Virtual Method

PurpleUiget_presence_manager

since: 3.0

Declaration [src]

PurplePresenceManager*
get_presence_manager (
  PurpleUi* ui
)

Description [src]

Gets the PurplePresenceManager that the user interface wants to use.

Note: This should typically only be called by libpurple. If this returns NULL, then libpurple will not be able to manage saved presences.

Available since: 3.0

Return value

Type: PurplePresenceManager

The new presence manager or NULL.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.