Method

PurpleTagsto_string

since: 3.0

Declaration [src]

gchar*
purple_tags_to_string (
  PurpleTags* tags,
  const gchar* separator
)

Description [src]

Creates a separator delimited string containing each item in tags.

Available since: 3.0

Parameters

separator

Type: const gchar*

A string to separate the items.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gchar*

The string representation.

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