doc/gtkblist-signals.dox

changeset 12713
6f057a6e0516
parent 12291
2af68342099e
child 16244
be35cbf49dfb
equal deleted inserted replaced
12712:21ea46d3dee9 12713:6f057a6e0516
36 @param blist The buddy list. 36 @param blist The buddy list.
37 @endsignaldef 37 @endsignaldef
38 38
39 @signaldef drawing-tooltip 39 @signaldef drawing-tooltip
40 @signalproto 40 @signalproto
41 void (*drawing-tooltip)(GaimBlistNode *node, GString *text); 41 void (*drawing-tooltip)(GaimBlistNode *node, GString *text, gboolean full);
42 @endsignalproto 42 @endsignalproto
43 @signaldesc 43 @signaldesc
44 Emitted just before a tooltip is displayed. 44 Emitted just before a tooltip is displayed.
45 @a text is a standard GString, so the plugin can modify the text that 45 @a text is a standard GString, so the plugin can modify the text that
46 will be displayed. 46 will be displayed.
47 @note 47 @note
48 Make sure to free @a *text before you replace it! 48 Make sure to free @a *text before you replace it!
49 @param node The blist node for the tooltip. 49 @param node The blist node for the tooltip.
50 @param text A pointer to the text that will be displayed. 50 @param text A pointer to the text that will be displayed.
51 @param full Whether we're doing a full tooltip for the priority buddy or
52 a compact tooltip for a non-priority buddy.
51 @endsignaldef 53 @endsignaldef
52 */ 54 */
53 // vim: syntax=c tw=75 et 55 // vim: syntax=c tw=75 et

mercurial