view doc/gtkblist-signals.dox @ 9073:cb4d9604d1e5

[gaim-migrate @ 9849] (14:27:33) nosnilmot: LSchiere: http://www.nosnilmot.com/patches/gaim-0.78cvs-man-prefslash.patch (14:29:56) Paco-Paco: every line of that file changed, due to word-wrapping (14:30:20) nosnilmot: yes, that was intentional (14:30:41) nosnilmot: but the only real changes are adjustments to match what is actually in preferences now (14:34:25) wing|work: if i were to re-wrap every line in man pages, i would wrap after punctuation :P committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 26 May 2004 19:06:47 +0000
parents 6bf49a1ec075
children 80b3c9e31df4
line wrap: on
line source

/** @page gtkblist-signals GtkBlist Signals

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

 <hr>

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

 @signaldef drawing-menu
  @signalproto
void (*drawing-menu)(GtkMenu *menu, GaimBuddy *buddy);
  @endsignalproto
  @signaldesc
   Emitted when the user right clicks on a buddy or chat in the buddy list.
  @param menu The menu that will be shown.
  @param buddy The buddy or chat.
 @endsignaldef

 @signaldef drawing-tooltip
  @signalproto
void (*drawing-tooltip)(GaimBlistNode *node, char **text);
  @endsignalproto
  @signaldesc
   Emitted just before a tooltip is displayed.
   @a text is a pointer to a string, so the plugin can replace 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
*/