Method

PurpleCommandget_last_used

unstable since: 3.0

Declaration [src]

GDateTime*
purple_command_get_last_used (
  PurpleCommand* command
)

Description [src]

Gets the last used date time of command.

Available since: 3.0

Return value

Type: GDateTime

The time that command was last used or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.