Method

PurplePersonget_id

since: 3.0

Declaration [src]

const char*
purple_person_get_id (
  PurplePerson* person
)

Description [src]

Gets the id of person. This is created internally and is read-only.

Available since: 3.0

Gets propertyPurple.Person:id

Return value

Type: const char*

The id of person.

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