comparison pidgin/gtkblist.h @ 25416:6e1967b0f90b

Change "screen name" to "username" or "buddy name" in a whole bunch of places in the code. I've been using the definitions from the jabber specs, where "user" is me and "buddy" is someone on my buddy list.
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 09:12:04 +0000
parents d25cbbea7fe5
children 4b8c4870b13a
comparison
equal deleted inserted replaced
25415:584063555949 25416:6e1967b0f90b
397 /** 397 /**
398 * Returns a buddy's Pango markup appropriate for setting in a GtkCellRenderer. 398 * Returns a buddy's Pango markup appropriate for setting in a GtkCellRenderer.
399 * 399 *
400 * @param buddy The buddy to return markup from 400 * @param buddy The buddy to return markup from
401 * @param selected Whether this buddy is selected. If TRUE, the markup will not change the color. 401 * @param selected Whether this buddy is selected. If TRUE, the markup will not change the color.
402 * @param aliased TRUE to return the appropriate alias of this buddy, FALSE to return its screenname and status information 402 * @param aliased TRUE to return the appropriate alias of this buddy, FALSE to return its username and status information
403 * @return The markup for this buddy 403 * @return The markup for this buddy
404 * 404 *
405 * @since 2.1.0 405 * @since 2.1.0
406 */ 406 */
407 gchar *pidgin_blist_get_name_markup(PurpleBuddy *buddy, gboolean selected, gboolean aliased); 407 gchar *pidgin_blist_get_name_markup(PurpleBuddy *buddy, gboolean selected, gboolean aliased);