Method

PurpleSavedPresenceget_message

since: 3.0

Declaration [src]

const char*
purple_saved_presence_get_message (
  PurpleSavedPresence* presence
)

Description [src]

Gets the message of presence.

Available since: 3.0

Return value

Type: const char*

The message from presence.

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