Mercurial > pidgin
view doc/notify-signals.dox @ 14766:d7ee4a5cf24b
[gaim-migrate @ 17524]
(11:52:24) nosnilmot: files that are not DIST'ed should not be in POTFILES.in
(11:52:36) nosnilmot: such as gtk/plugins/crazychat/cc_gaim_plugin.c :)
(12:29:41) LSchiere: nosnilmot: so I should remove it from POTFILES.in? or add it to the DIST SUBDIRs for plugins?
(12:30:14) nosnilmot: I think remove it from POTFILES.in, I don't think crazy chat is shippable
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 18 Oct 2006 16:31:31 +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