Method
AgsRegexUtilmatch_alloc
since: 6.3.2
Declaration [src]
AgsRegexMatch*
ags_regex_util_match_alloc (
AgsRegexUtil* regex_util,
guint match_count
)
Description [src]
Allocate AgsRegexMatch
-struct array.
Available since: 6.3.2
This method is not directly available to language bindings.
Return value
Type: AgsRegexMatch
The new allocated AgsRegexMatch
-struct array.
The returned data is owned by the instance. |