[ 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.
this |
a Repository. |
pattern |
a pattern to match. |
a list with matching tags in this. |