Method

PurpleAccountset_protocol_id

since: 2.0

Declaration [src]

void
purple_account_set_protocol_id (
  PurpleAccount* account,
  const char* protocol_id
)

Description [src]

Sets the account’s protocol ID.

Available since: 2.0

Parameters

protocol_id

Type: const char*

The protocol ID.

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