comparison src/gtkblist.h @ 12080:3b52d94437f3

[gaim-migrate @ 14377] The rest of sf patch #1354886, from Sadrul Habib Chowdhury, with an EXTREME amount of changes from me. Come to me, first, if something doesn't work. This allows you to edit the substatuses of a saved status. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Nov 2005 07:20:22 +0000
parents 2b6e0be024fb
children e75ef7aa913e
comparison
equal deleted inserted replaced
12079:15732b01ea3d 12080:3b52d94437f3
136 * @return The default GTK+ buddy list 136 * @return The default GTK+ buddy list
137 */ 137 */
138 GaimGtkBuddyList *gaim_gtk_blist_get_default_gtk_blist(); 138 GaimGtkBuddyList *gaim_gtk_blist_get_default_gtk_blist();
139 139
140 /** 140 /**
141 * Returns the base image to represent the account, based on the currently selected theme
142 *
143 * @param account The account.
144 *
145 * @return The icon
146 */
147 GdkPixbuf *gaim_gtk_create_prpl_icon(GaimAccount *account);
148
149 /**
150 * Populates a menu with the items shown on the buddy list for a buddy. 141 * Populates a menu with the items shown on the buddy list for a buddy.
151 * 142 *
152 * @param menu The menu to populate 143 * @param menu The menu to populate
153 * @param buddy The buddy who's menu to get 144 * @param buddy The buddy who's menu to get
154 * @param sub TRUE if this is a sub-menu, FALSE otherwise 145 * @param sub TRUE if this is a sub-menu, FALSE otherwise