Method
PurpleConversationManagerfind_im
since: 3.0.0
Declaration [src]
PurpleConversation*
purple_conversation_manager_find_im (
PurpleConversationManager* manager,
PurpleAccount* account,
const gchar* name
)
Description [src]
Looks for a registered im conversation belonging to account
and named
name
.
Available since: 3.0.0
Parameters
account
-
Type:
PurpleAccount
The
PurpleAccount
instance whose conversation to find.The data is owned by the caller of the function. name
-
Type:
const gchar*
The name of the conversation.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: PurpleConversation
The PurpleConversation
if found, otherwise NULL
.
The data is owned by the instance. |