Method

AgsRegexUtilmatch_free

since: 6.3.2

Declaration [src]

void
ags_regex_util_match_free (
  AgsRegexUtil* regex_util,
  AgsRegexMatch* match
)

Description [src]

Free match.

Available since: 6.3.2

Parameters

match

Type: AgsRegexMatch

The regex match.

The data is owned by the caller of the method.