Virtual Method
PurpleUiget_conversation_manager_backend
unstable since: 3.0
Declaration [src]
PurpleConversationManagerBackend*
get_conversation_manager_backend (
PurpleUi* ui
GError** error
)
Description [src]
Gets the PurpleConversationManagerBackend 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 conversations.
Available since: 3.0
Return value
Type: PurpleConversationManagerBackend
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. |