doc/gtkblist-signals.dox

Thu, 13 Jan 2005 05:24:08 +0000

author
Jérôme Poulin <ticpu@users.sourceforge.net>
date
Thu, 13 Jan 2005 05:24:08 +0000
changeset 10512
ecedc3ccada0
parent 10477
7d0641ba585c
child 12016
0517ad5d0196
permissions
-rw-r--r--

[gaim-migrate @ 11811]
This (based on Patches 1080754 and 1064761) makes the win32 systray use the prettier icons that are used everywhere else (unless you are unfortunate enough to run in 4-bit color, in which case, you are probably used to everything being ugly).

committer: Daniel Atallah <datallah@pidgin.im>

/** @page gtkblist-signals GtkBlist Signals

 @signals
  @signal gtkblist-created
  @signal drawing-tooltip
 @endsignals

 <hr>

 @signaldef gtkblist-created
  @signalproto
void (*gtkblist-created)(GaimBuddyList *blist);
  @endsignalproto
  @signaldesc
   Emitted when the buddy list is created.
  @param blist The buddy list.
 @endsignaldef

 @signaldef drawing-tooltip
  @signalproto
void (*drawing-tooltip)(GaimBlistNode *node, GString *text);
  @endsignalproto
  @signaldesc
   Emitted just before a tooltip is displayed.
   @a text is a standard GString, so the plugin can modify the text that
   will be displayed.
  @note
   Make sure to free @a *text before you replace it!
  @param node The blist node for the tooltip.
  @param text A pointer to the text that will be displayed.
 @endsignaldef
*/

mercurial