pidgin 2.14.14dev
Command Signals

Signals:

See also
cmds.h

cmd-added

void (*cmd_added)(const char *command, PurpleCmdPriority priority,
enum _PurpleCmdFlag PurpleCmdFlag
Flags used to set various properties of commands.
Description:
Emitted when a new command is added.
Parameters
commandThe new command.
priorityThe priority of the new command.
flagThe command flags.

cmd-removed

void (*cmd_removed)(const char *command);
Description:
Emitted when a command is removed.
Parameters
commandThe removed command.