Method

PurpleContactInfoget_phone_number

since: 3.0

Declaration [src]

const char*
purple_contact_info_get_phone_number (
  PurpleContactInfo* info
)

Description [src]

Gets the primary phone number for the contact.

Available since: 3.0

Return value

Type: const char*

The primary phone number for the contact.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.