Method
PurpleContactfind_dm
unstable since: 3.0
Declaration [src]
PurpleConversation*
purple_contact_find_dm (
PurpleContact* contact
)
Description [src]
This is a wrapper around purple_conversation_manager_find_dm()
to make it
easier to see if a direct message exists with contact
.
Available since: 3.0
Return value
Type: PurpleConversation
The conversation or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |