Method

PurpleSavedPresenceget_id

since: 3.0

Declaration [src]

const char*
purple_saved_presence_get_id (
  PurpleSavedPresence* presence
)

Description [src]

Gets the identifier for presence. If an identifier was not specified when presence was created a random one will have been generated.

Available since: 3.0

Return value

Type: const char*

The identifier for presence.

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