Mercurial > pidgin
view doc/cmd-signals.dox @ 27455:07d09a987b86
Allow setting some personal information for an account.
Currently the name and phone number(s) can be set. It's possible to set a
lot of information about a Yahoo! account that can be set for an XMPP
account, but the list looked too huge for me. So I just picked the ones
that I thought could be useful. Someone might want to know about the
birthdays too ... I don't know.
Someone should test this on Yahoo! JAPAN (why not 'Japan', by the way?)
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 10 Jul 2009 15:18:09 +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 */