Method

IbisTagsremove

since: 0.1

Declaration [src]

gboolean
ibis_tags_remove (
  IbisTags* tags,
  const char* key
)

Description [src]

Removes key from tags.

Available since: 0.1

Parameters

key

Type: const char*

The key to remove.

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

Return value

Type: gboolean

TRUE if key was found and removed otherwise FALSE.