Method

IbisTagsserialize

since: 0.1

Declaration [src]

char*
ibis_tags_serialize (
  IbisTags* tags
)

Description [src]

Serializes tags to a string.

Available since: 0.1

Return value

Type: char*

The serialized string.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.