Method

PurplePresenceget_message

since: 3.0

Declaration [src]

const char*
purple_presence_get_message (
  PurplePresence* presence
)

Description [src]

Gets the status message for presence if one is set.

Available since: 3.0

Return value

Type: const char*

The status message of presence.

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