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