Method
PurpleUiget_account_manager_backend
unstable since: 3.0
Declaration [src]
PurpleAccountManagerBackend*
purple_ui_get_account_manager_backend (
PurpleUi* ui
)
Description [src]
Gets the PurpleAccountManagerBackend
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 accounts.
Available since: 3.0
Return value
Type: PurpleAccountManagerBackend
The new account manager backend.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |