diff 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
line wrap: on
line diff
--- a/pidgin/gtkblist.h	Wed Jun 20 18:23:49 2007 +0000
+++ b/pidgin/gtkblist.h	Wed Jun 20 20:14:17 2007 +0000
@@ -365,8 +365,9 @@
  *
  * @param buddy The buddy to return markup from
  * @param selected  Whether this buddy is selected. If TRUE, the markup will not change the color.
+ * @param aliased  TRUE to return the appropriate alias of this buddy, FALSE to return its screenname
  * @return The markup for this buddy
  */
-gchar *pidgin_blist_get_name_markup(PurpleBuddy *buddy, gboolean selected);
+gchar *pidgin_blist_get_name_markup(PurpleBuddy *buddy, gboolean selected, gboolean aliased);
 
 #endif /* _PIDGINBLIST_H_ */