doc/cmd-signals.dox

Tue, 21 Jul 2009 23:45:49 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Tue, 21 Jul 2009 23:45:49 +0000
changeset 27927
b62ae35b71ed
parent 23557
73ca7c62ad11
permissions
-rw-r--r--

merge of '8a058554f86508b8aff7b45367184ff0b4cd3adc'
and 'f0bc9d8b23450915a67513356ecd0c56eb185fd4'

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