Method

PurpleTagsget_all

since: 3.0

Declaration [src]

GList*
purple_tags_get_all (
  PurpleTags* tags
)

Description [src]

Gets a list of all the tags.

Available since: 3.0

Return value

Type: A list of utf8

The list of all the tags.

The data is owned by the instance.
Each element is a NUL terminated UTF-8 string.