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.

Parameters

match_count

Type: guint

The match count.

Return value

Type: AgsRegexMatch

The new allocated AgsRegexMatch-struct array.

The data is owned by the instance.