Mercurial > pidgin.yaz
view doc/cmd-signals.dox @ 30241:d6af24bcf107
propagate from branch 'im.pidgin.pidgin' (head 60a434545c6f61fc0f20206c0d4eb87a9fb8de11)
to branch 'im.pidgin.cpw.malu.ft_thumbnails' (head 2a51bdaacb5ceb722c6bd9d85fc59172ed338072)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Sun, 21 Mar 2010 20:54:57 +0000 |
parents | 1ca49b349037 |
children |
line wrap: on
line source
/** @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 */