view doc/gtkblist-signals.dox @ 10191:0f86175b41a4

[gaim-migrate @ 11306] Minor changes to the status selector: -Use the imhtml creation helper thing -Change the if (new status) to check the type_id instead of the type name (which could theoretically be NULL) -Only attempt to set away if the away state was chosen This definitely still doesn't work for oscar. Just by looking at the code I don't believe the message input works for anything, as is. Setting "away" apparently works for MSN, maybe other stuff. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 16 Nov 2004 02:22:16 +0000
parents 93211b7538d6
children 5cb55bcad11b
line wrap: on
line source

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