list_tags_match


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[]? list_tags_match (string? pattern) throws Error

Fill a list with all the tags in the this matching the provided pattern.

The pattern can use standard fnmatch syntax.

Parameters:

this

a Repository.

pattern

a pattern to match.

Returns:

a list with matching tags in this.