Method

PurpleContactInfoget_id

unstable since: 3.0

Declaration [src]

const gchar*
purple_contact_info_get_id (
  PurpleContactInfo* info
)

Description [src]

Gets the id of info.

If a protocol would like to set this, it should call g_object_new() and pass in the id attribute manually.

Available since: 3.0

Gets propertyPurple.ContactInfo:id

Return value

Type: const gchar*

The id of the contact.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.