Method

PurpleTagsadd

since: 3.0

Declaration [src]

void
purple_tags_add (
  PurpleTags* tags,
  const gchar* tag
)

Description [src]

Adds tag to tags. If the tag already exists, the existing tag will be replaced.

Available since: 3.0

Parameters

tag

Type: const gchar*

The tag data.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.