Method
AgsRegexUtilmatch_get_offset
since: 6.3.2
Declaration [src]
void
ags_regex_util_match_get_offset (
AgsRegexUtil* regex_util,
AgsRegexMatch* match,
guint nth_match,
gint* start_match_offset,
gint* end_match_offset
)
Parameters
match
-
Type:
AgsRegexMatch
The regex match.
The data is owned by the caller of the method. nth_match
-
Type:
guint
The match position.
start_match_offset
-
Type:
gint*
The start match offset.
The argument will be set by the function. end_match_offset
-
Type:
gint*
The end match offset.
The argument will be set by the function.