Method

PurpleContactInfoset_id

since: 3.0

Declaration [src]

void
purple_contact_info_set_id (
  PurpleContactInfo* info,
  const char* id
)

Description [src]

Sets the identifier of info to id. Note, this should be used rarely if at all. The main intent of this, is for protocols to update the id of an an account when it is connected if the id is missing.

Available since: 3.0

Sets propertyPurple.ContactInfo:id

Parameters

id

Type: const char*

The new identifier.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.