Method

PurpleAccountget_protocol_id

unstable since: 3.0

Declaration [src]

const char*
purple_account_get_protocol_id (
  PurpleAccount* account
)

Description [src]

Returns the account’s protocol ID.

Available since: 3.0

Return value

Type: const char*

The protocol ID.

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