pidgin/ljfisher-ssl-client-auth

00b642e26a2d
propagate from branch 'im.pidgin.pidgin' (head 3e9bf7025a40ab8f237fdb3a3f48e4974e0707c6)
to branch 'im.pidgin.soc.2009.webkitmessageview' (head d0f92b6cc6b463ba67030ed4ebbe04482c63e39e)
/** @page cmd-signals Command Signals
@signals
@signal cmd-added
@signal cmd-removed
@endsignals
@see cmds.h
@signaldef cmd-added
@signalproto
void (*cmd_added)(const char *command, PurpleCmdPriority priority,
PurpleCmdFlag flag);
@endsignalproto
@signaldesc
Emitted when a new command is added.
@param command The new command.
@param priority The priority of the new command.
@param flag The command flags.
@endsignaldef
@signaldef cmd-removed
@signalproto
void (*cmd_removed)(const char *command);
@endsignalproto
@signaldesc
Emitted when a command is removed.
@param command The removed command.
@endsignaldef
*/