Method

PurpleCommandget_id

unstable since: 3.0

Declaration [src]

const char*
purple_command_get_id (
  PurpleCommand* command
)

Description [src]

Gets the id of the command.

Available since: 3.0

Gets propertyPurple.Command:id

Return value

Type: const char*

The id of the command.

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