Method

PurpleContactInfoget_sid

since: 3.0

Declaration [src]

const char*
purple_contact_info_get_sid (
  PurpleContactInfo* info
)

Description [src]

Gets the sid, or secondary id, of info.

Available since: 3.0

Gets propertyPurple.ContactInfo:sid

Return value

Type: const char*

The sid if set.

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