doc/gtkblist-signals.dox

Sat, 28 Aug 2004 20:16:40 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Sat, 28 Aug 2004 20:16:40 +0000
changeset 9907
7c528bf17eb1
parent 9609
509595c974af
child 10477
7d0641ba585c
permissions
-rw-r--r--

[gaim-migrate @ 10799]
(16:16:34) nosnilmot: LSchiere: and the man page...
(16:16:41) LSchiere: *grumbles*
(16:16:58) LSchiere: crazy isn't in the man page
(16:17:03) ***audiokat chuckles.
(16:17:08) LSchiere: oh there it is. its lower case
(16:18:19) nosnilmot: mmm, I thought I'd submitted a patch that brought the
man page in line with the about dialog already, maybe I didn't
(16:18:33) nosnilmot: datallah's missing

committer: Luke Schierer <lschiere@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, 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
*/

mercurial