Method
PurpleProtocolContactsimplements_get_profile
unstable since: 3.0
Declaration [src]
gboolean
purple_protocol_contacts_implements_get_profile (
PurpleProtocolContacts* protocol
)
Description [src]
Gets whether or not the protocol contacts implements getting a profile for a contact.
Available since: 3.0
Return value
Type: gboolean
True if the protocol contacts implements
Purple.ProtocolContactsInterface.get_profile_async
and
Purple.ProtocolContactsInterface.get_profile_finish
.