Tue, 12 Oct 2004 15:43:42 +0000
[gaim-migrate @ 11102]
Merge the 1.0.1 ChangeLog & NEWS
| 9001 | 1 | /** @page gtkblist-signals GtkBlist Signals |
| 2 | ||
| 3 | @signals | |
| 4 | @signal gtkblist-created | |
| 5 | @signal drawing-tooltip | |
| 6 | @endsignals | |
| 7 | ||
| 8 | <hr> | |
| 9 | ||
| 10 | @signaldef gtkblist-created | |
| 11 | @signalproto | |
| 9568 | 12 | void (*gtkblist-created)(GaimBuddyList *blist); |
| 9001 | 13 | @endsignalproto |
| 14 | @signaldesc | |
| 15 | Emitted when the buddy list is created. | |
| 16 | @param blist The buddy list. | |
| 17 | @endsignaldef | |
| 18 | ||
| 19 | @signaldef drawing-tooltip | |
| 20 | @signalproto | |
| 21 | void (*drawing-tooltip)(GaimBlistNode *node, char **text); | |
| 22 | @endsignalproto | |
| 23 | @signaldesc | |
| 24 | Emitted just before a tooltip is displayed. | |
| 25 | @a text is a pointer to a string, so the plugin can replace the text that | |
| 26 | will be displayed. | |
| 27 | @note | |
| 28 | Make sure to free @a *text before you replace it! | |
| 29 | @param node The blist node for the tooltip. | |
| 30 | @param text A pointer to the text that will be displayed. | |
| 31 | @endsignaldef | |
| 32 | */ |