pidgin/gtkblist.h

changeset 20940
925d3d68b3af
parent 20890
c4253dc37ac0
child 21296
406dbf97ff66
equal deleted inserted replaced
20939:13dd02add7c1 20940:925d3d68b3af
369 * 369 *
370 * @param buddy The buddy to return markup from 370 * @param buddy The buddy to return markup from
371 * @param selected Whether this buddy is selected. If TRUE, the markup will not change the color. 371 * @param selected Whether this buddy is selected. If TRUE, the markup will not change the color.
372 * @param aliased TRUE to return the appropriate alias of this buddy, FALSE to return its screenname and status information 372 * @param aliased TRUE to return the appropriate alias of this buddy, FALSE to return its screenname and status information
373 * @return The markup for this buddy 373 * @return The markup for this buddy
374 *
375 * @since 2.1.0
374 */ 376 */
375 gchar *pidgin_blist_get_name_markup(PurpleBuddy *buddy, gboolean selected, gboolean aliased); 377 gchar *pidgin_blist_get_name_markup(PurpleBuddy *buddy, gboolean selected, gboolean aliased);
376 378
377 /** 379 /**
378 * Creates the Buddy List tooltip at the current pointer location for the given buddy list node. 380 * Creates the Buddy List tooltip at the current pointer location for the given buddy list node.
380 * This tooltip will be destroyed the next time this function is called, or when XXXX 382 * This tooltip will be destroyed the next time this function is called, or when XXXX
381 * is called 383 * is called
382 * 384 *
383 * @param node The buddy list node to show a tooltip for 385 * @param node The buddy list node to show a tooltip for
384 * @param widget The widget to draw the tooltip on 386 * @param widget The widget to draw the tooltip on
387 *
388 * @since 2.1.0
385 */ 389 */
386 void pidgin_blist_draw_tooltip(PurpleBlistNode *node, GtkWidget *widget); 390 void pidgin_blist_draw_tooltip(PurpleBlistNode *node, GtkWidget *widget);
387 391
388 /** 392 /**
389 * Destroys the current (if any) Buddy List tooltip 393 * Destroys the current (if any) Buddy List tooltip
394 *
395 * @since 2.1.0
390 */ 396 */
391 void pidgin_blist_tooltip_destroy(void); 397 void pidgin_blist_tooltip_destroy(void);
392 398
393 399
394 #endif /* _PIDGINBLIST_H_ */ 400 #endif /* _PIDGINBLIST_H_ */

mercurial