| 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_ */ |