Virtual Method

PurpleUiget_presence_manager_backend

unstable since: 3.0

Declaration [src]

PurplePresenceManagerBackend*
get_presence_manager_backend (
  PurpleUi* ui
  GError** error
)

Description [src]

Gets the PurplePresenceManagerBackend 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 persist saved presences.

Available since: 3.0

Return value

Type: PurplePresenceManagerBackend

The new backend.

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