Method

PurpleProtocolget_icon_name

since: 3.0

Declaration [src]

const gchar*
purple_protocol_get_icon_name (
  PurpleProtocol* protocol
)

Description [src]

Gets the name of the icon that the protocol made available via either purple_protocol_get_icon_search_path() or purple_protocol_get_resource_path().

Available since: 3.0

Return value

Type: const gchar*

The name of the icon for protocol.

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