Method
PurpleConversationManagerget_all
unstable since: 3.0
[−]
Declaration [src]
GList*
purple_conversation_manager_get_all (
PurpleConversationManager* manager
)
[−]
Description [src]
Gets a list of all conversations that manager
knows about.
Available since: 3.0
[−]
Return value
Type: A list of PurpleConversation*
A list of
all of the conversations that manager
knows about.
The caller of the method takes ownership of the returned data container, but not the data inside it. |