Method

PurpleContactInfoget_email

since: 3.0

Declaration [src]

const char*
purple_contact_info_get_email (
  PurpleContactInfo* info
)

Description [src]

Gets the primary email address from info.

Available since: 3.0

Return value

Type: const char*

The primary email address or NULL if not set.

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