Method
PurpleConversationMembersfind_member
unstable since: 3.0
Declaration [src]
PurpleConversationMember*
purple_conversation_members_find_member (
  PurpleConversationMembers* members,
  PurpleContactInfo* info
)
      Description [src]
Finds the PurpleConversationMember for info if they are in members.
Available since: 3.0
Parameters
info- 
            
Type:
PurpleContactInfoA [class@ContactInfo instance].
The data is owned by the caller of the method.  
Return value
Type: PurpleConversationMember
The PurpleConversationMember
         if found or NULL.
| The returned data is owned by the instance. | 
The return value can be NULL. |