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: AgsRegexMatch

The regex match.

The data is owned by the caller of the method.
match_count

Type: guint

The match count.

Return value

Type: AgsRegexMatch

The newly allocated AgsRegexMatch.

The data is owned by the instance.