doc/notify-signals.dox

Mon, 06 Mar 2006 19:31:58 +0000

author
Thomas Butter <tbutter@users.sourceforge.net>
date
Mon, 06 Mar 2006 19:31:58 +0000
changeset 13405
9abc78d6db91
parent 12129
314cd0274e6a
child 15327
ec403c2abb8a
permissions
-rw-r--r--

[gaim-migrate @ 15779]
If Content-Length is the last header the \r is already replaced with \0.
Fixes CID 39

/** @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

mercurial