Signal

PurpleCommand::executed

unstable since: 3.0

Declaration

void
executed (
  PurpleCommand* self,
  PurpleConversation* conversation,
  char** params,
  gpointer user_data
)

Description [src]

Emitted when purple_command_execute() is called.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0

Parameters

conversation

Type: PurpleConversation

The conversation this command was run from.

The argument can be NULL.
The data is owned by the caller of the function.
params

Type: An array of utf8

The parameters passed to the command.

The argument can be NULL.
The array must be NULL-terminated.
The data is owned by the caller of the function.
Each element is a NUL terminated UTF-8 string.