Method
PurpleUiget_conversation_manager
unstable since: 3.0
[β]
Declaration [src]
PurpleConversationManager*
purple_ui_get_conversation_manager (
PurpleUi* ui
)
[β]
Description [src]
Gets the default conversation manager manage from ui
.
Note: This should only be called by libpurple which will manage itβs life cycle.
Available since: 3.0
[β]
Return value
Type: PurpleConversationManager
The conversation manager for ui
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |