Method

IbisTagsexists

since: 0.1

Declaration [src]

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

Description [src]

Checks whether or not key exists in tags.

Available since: 0.1

Parameters

key

Type: const char*

The key to look for.

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, otherwise FALSE.