Method
PurpleTagsto_string
unstable since: 3.0
[−]
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 method. 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 returned data, and is responsible for freeing it. |
The value is a NUL terminated UTF-8 string. |