Mercurial > pidgin
view doc/notify-signals.dox @ 14207:fff6be71e0bd
[gaim-migrate @ 16881]
* Change our "GTK UI Library?" line that is printed at the end
of ./configure to say yes or no instead of GTK+ 2.x or None
* If --disable-gntgaim then show "no" next to the "Console UI?"
line that is printed at the end of ./configure
* Use AC_HELP_STRING for some of the ./configure --help strings
so that they're lined up correctly automatically
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 19 Aug 2006 08:15:19 +0000 |
parents | 216988c717da |
children | faa6afdcea39 |
line wrap: on
line source
/** @page conversation-signals Notification Signals @signals @signal displaying-userinfo @endsignals @signaldef displaying-userinfo @signalproto void (*displaying_userinfo)(GaimAccount *account, const char *who, char **infotext); @endsignalproto @signaldesc Emitted before userinfo is handed to the UI to display. @a infotext is a pointer to a string, so a plugin can replace the text that will be displayed. @note Make sure to free @a *infotext before you replace it! @param account The account on which the info was obtained. @param who The screen name of the user whose info is to be displayed. @param infotext A pointer to the userinfo text to be displayed. @endsignaldef */ // vim: syntax=c tw=75 et