Method

PurpleSavedPresenceget_escaped_name

since: 3.0

Declaration [src]

const char*
purple_saved_presence_get_escaped_name (
  PurpleSavedPresence* presence
)

Description [src]

Gets the escaped version of PurpleSavedPresence:name of presence. The escaped name is suitable for serialization.

Available since: 3.0

Return value

Type: const char*

The escaped name.

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