Method

PurpleCommandget_source

unstable since: 3.0

Declaration [src]

const char*
purple_command_get_source (
  PurpleCommand* command
)

Description [src]

Gets the source of command.

When presenting commands to the user, this value can be used to help them determine where the command came from.

Available since: 3.0

Gets propertyPurple.Command:source

Return value

Type: const char*

The source.

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