Method

PurpleAccountget_protocol_name

since: 2.0

Declaration [src]

const char*
purple_account_get_protocol_name (
  PurpleAccount* account
)

Description [src]

Returns the account’s protocol name.

Available since: 2.0

Return value

Type: const char*

The protocol name.

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