doc/cmd-signals.dox

Sat, 12 Jul 2008 07:29:56 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sat, 12 Jul 2008 07:29:56 +0000
branch
cpw.qulogic.msn
changeset 23836
05ce739aa06b
parent 23557
73ca7c62ad11
permissions
-rw-r--r--

merge of '890bf3200498e5cfb92607b70b1db69f6378e967'
and '1a4c1d44858da412aa7fea2aaf958ff770ee9967'

/** @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
*/

mercurial