Method

PurpleTagsget_all_with_name

since: 3.0

Declaration [src]

GList*
purple_tags_get_all_with_name (
  PurpleTags* tags,
  const char* name
)

Description [src]

Gets a list of all tags that are named name.

Available since: 3.0

Parameters

name

Type: const char*

The name of the tags to get.

The data is owned by the caller of the function.
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 data container, but not the data inside it.
Each element is a NUL terminated UTF-8 string.