Command Signals

Signal List

Signal Details

cmd-added

void user_function(const gchar *command,
                   PurpleCmdPriority priority,
                   PurpleCmdFlag flag,
                   gpointer user_data);

Emitted when a new command is added.

Parameters:

command
The new command.
priority
The priority of the new command.
flag
The command flags.
user_data
User data set when the signal handler was connected.

cmd-removed

void user_function(const gchar *command, gpointer user_data);

Emitted when a command is removed.

Parameters:

command
The removed command.
user_data
User data set when the signal handler was connected.