comparison pidgin/gtkblist.h @ 18211:84b577372b90

Show screenname instead of alias in conversation infopanes
author Sean Egan <seanegan@gmail.com>
date Wed, 20 Jun 2007 20:14:17 +0000
parents a8c701d877aa
children 30b6f8bc47cf
comparison
equal deleted inserted replaced
18210:b8572b937c09 18211:84b577372b90
363 /** 363 /**
364 * Returns a buddy's Pango markup appropriate for setting in a GtkCellRenderer. 364 * Returns a buddy's Pango markup appropriate for setting in a GtkCellRenderer.
365 * 365 *
366 * @param buddy The buddy to return markup from 366 * @param buddy The buddy to return markup from
367 * @param selected Whether this buddy is selected. If TRUE, the markup will not change the color. 367 * @param selected Whether this buddy is selected. If TRUE, the markup will not change the color.
368 * @param aliased TRUE to return the appropriate alias of this buddy, FALSE to return its screenname
368 * @return The markup for this buddy 369 * @return The markup for this buddy
369 */ 370 */
370 gchar *pidgin_blist_get_name_markup(PurpleBuddy *buddy, gboolean selected); 371 gchar *pidgin_blist_get_name_markup(PurpleBuddy *buddy, gboolean selected, gboolean aliased);
371 372
372 #endif /* _PIDGINBLIST_H_ */ 373 #endif /* _PIDGINBLIST_H_ */