Method
PurpleCommandset_icon_name
unstable since: 3.0
[−]
Declaration [src]
void
purple_command_set_icon_name (
PurpleCommand* command,
const char* icon_name
)
[−]
Description [src]
Sets the icon name of command
to icon_name
.
Available since: 3.0
Sets property | Purple.Command:icon-name |
[−]
Parameters
icon_name
-
Type:
const char*
The new icon name.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.