Method

PidginAccountFilterProtocolget_protocol_id

unstable since: 3.0

Declaration [src]

const gchar*
pidgin_account_filter_protocol_get_protocol_id (
  PidginAccountFilterProtocol* filter
)

Description [src]

Gets the ID of the protocol that filter is filtering for.

Available since: 3.0

Return value

Type: const gchar*

The Protocol ID that filter is filtering for.

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