Method
PurpleContactsfind_with_id
unstable since: 3.0
Declaration [src]
PurpleContact*
purple_contacts_find_with_id (
PurpleContacts* contacts,
const char* id
)
Parameters
id
-
Type:
const char*
The id of the contact to find.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: PurpleContact
The contact if found.
The returned data is owned by the instance. |
The return value can be NULL . |