Method

IbisTagslookup

since: 0.1

Declaration [src]

const char*
ibis_tags_lookup (
  IbisTags* tags,
  const char* key
)

Description [src]

Looks up key in tags and returns the value.

Available since: 0.1

Parameters

key

Type: const char*

The key to lookup.

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

Return value

Type: const char*

The value of key if found, otherwise NULL.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.