Method
PurpleTagsget_all_with_name
unstable since: 3.0
[−]
Parameters
name
-
Type:
const char*
The name of the tags to get.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
[−]
Return value
Type: A list of utf8
The list of matching tags.
The caller of the method takes ownership of the returned data container, but not the data inside it. |
Each element is a NUL terminated UTF-8 string. |