Method
AgsRegexUtilmatch_copy
since: 6.3.2
Declaration [src]
AgsRegexMatch*
ags_regex_util_match_copy (
AgsRegexUtil* regex_util,
AgsRegexMatch* match,
guint match_count
)
Description [src]
Copy match.
Available since: 6.3.2
This method is not directly available to language bindings.
Parameters
match-
Type:
AgsRegexMatchThe regex match.
The data is owned by the caller of the method. match_count-
Type:
guintThe match count.
Return value
Type: AgsRegexMatch
The newly allocated AgsRegexMatch.
| The returned data is owned by the instance. |