Method
PurpleCommandset_last_used
unstable since: 3.0
Declaration [src]
void
purple_command_set_last_used (
PurpleCommand* command,
GDateTime* last_used
)
Description [src]
Sets the last used time of command to last_used.
Typically this won’t need to be called as the default handler for
PurpleCommand::executed will set it.
Available since: 3.0
| Sets property | Purple.Command:last-used |
Parameters
last_used-
Type:
GDateTimeThe new last used time stamp.
The argument can be NULL.The data is owned by the caller of the method.