Class
PurpleContact
[−]
Description [src]
final class Purple.Contact : Purple.ContactInfo
{
/* No available fields */
}
A contact is a concrete representation of a user in that it contains all of
the contact information as well as a PurpleAccount
to use that
contact information with.
[−]
Instance methods
purple_contact_create_dm_async
Asks the protocol to create a direct message with contact
.
unstable since: 3.0
purple_contact_create_dm_finish
Finishes a previous call to purple_contact_create_dm_async()
.
unstable since: 3.0
purple_contact_find_dm
This is a wrapper around purple_conversation_manager_find_dm()
to make it
easier to see if a direct message exists with contact
.
unstable since: 3.0
[+]
Methods inherited from PurpleContactInfo (35)
[+]