Method

IbisTagsadd

since: 0.1

Declaration [src]

void
ibis_tags_add (
  IbisTags* tags,
  const char* key,
  const char* value
)

Description [src]

Adds the new key and value to tags.

If key already existed, it will be replaced.

Available since: 0.1

Parameters

key

Type: const char*

The key of the new tag.

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

Type: const char*

The unescaped value to add.

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