Mercurial > pidgin.yaz
view doc/cmd-signals.dox @ 29245:49f881831eb9
*** Plucked rev f39cd1fed08fe5f5e3165a087fcc36ed984a6eee (f05c54b03e6bbfdbff38c01697fbd353a969e05e):
oscar: Avoid a printf(\"%s\", NULL) crash when creating an AIM room.
Both of these strings appear to be optional in parseinfo_create(), so we
can't rely on their being non-NULL.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 07 Jan 2010 23:44:05 +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 */