Method

PurpleTagsremove

since: 3.0

Declaration [src]

gboolean
purple_tags_remove (
  PurpleTags* tags,
  const gchar* tag
)

Description [src]

Removes tag from tags. Note that this is the tag name and value not just the name.

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.

Return value

Type: gboolean

TRUE if tag was found and removed, otherwise FALSE.