view doc/notify-signals.dox @ 15592:0a5823d45398

Fix a few small compile warnings: gtkblist.c: In function ¡Æpidgin_blist_paint_tip¡Ç: gtkblist.c:2352: warning: suggest explicit braces to avoid ambiguous ¡Æelse¡Ç gtkblist.c:2370: warning: suggest explicit braces to avoid ambiguous ¡Æelse¡Ç gtklog.c: In function ¡Æpidgin_log_show_contact¡Ç: gtklog.c:699: warning: ISO C90 forbids mixed declarations and code gtkstatusbox.c: In function ¡Æadd_popular_statuses¡Ç: gtkstatusbox.c:842: warning: unused variable ¡Æheight¡Ç gtkstatusbox.c:842: warning: unused variable ¡Æwidth¡Ç gtkstatusbox.c:841: warning: unused variable ¡Æemblem¡Ç
author Mark Doliner <mark@kingant.net>
date Fri, 09 Feb 2007 07:34:51 +0000
parents faa6afdcea39
children 8cf53d7a0887
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, GaimNotifyUserInfo *user_info);
  @endsignalproto
  @signaldesc
   Emitted before userinfo is handed to the UI to display.
   @a user_info can be manipulated via the GaimNotifyUserInfo API in notify.c.
  @note
    If adding a GaimNotifyUserInfoEntry, be sure not to free it -- GaimNotifyUserInfo assumes responsibility for its objects.
  @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 user_info The information to be displayed, as GaimNotifyUserInfoEntry objects
 @endsignaldef

*/
// vim: syntax=c tw=75 et