Method

PurpleProtocolget_id

since: 3.0

Declaration [src]

const gchar*
purple_protocol_get_id (
  PurpleProtocol* protocol
)

Description [src]

Gets the ID of a protocol.

Available since: 3.0

Gets propertyPurple.Protocol:id

Return value

Type: const gchar*

The ID of the protocol.

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