Method

PurpleCommandget_icon_name

unstable since: 3.0

Declaration [src]

const char*
purple_command_get_icon_name (
  PurpleCommand* command
)

Description [src]

Gets the icon name of command.

Available since: 3.0

Return value

Type: const char*

The icon-name if set, otherwise NULL.

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