Method
PurpleUiget_presence_manager
unstable since: 3.0
Declaration [src]
PurplePresenceManager*
purple_ui_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 method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |