Method

PurpleContactInfoset_sid

since: 3.0

Declaration [src]

void
purple_contact_info_set_sid (
  PurpleContactInfo* info,
  const char* sid
)

Description [src]

Sets the sid, or secondary id, of info to sid.

Available since: 3.0

Sets propertyPurple.ContactInfo:sid

Parameters

sid

Type: const char*

The sid or secondary id.

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