Method

PurpleCommandget_name

unstable since: 3.0

Declaration [src]

const char*
purple_command_get_name (
  PurpleCommand* command
)

Description [src]

Gets the name of the command.

Available since: 3.0

Gets propertyPurple.Command:name

Return value

Type: const char*

The name of command.

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