src/gtklist.h

changeset 4697
61a7b2a1f2e6
parent 4695
82df59fb9931
child 4698
da492b4191c1
equal deleted inserted replaced
4696:19ae2b8a44c7 4697:61a7b2a1f2e6
80 * 80 *
81 * @return The icon 81 * @return The icon
82 */ 82 */
83 GdkPixbuf *create_prpl_icon(struct gaim_account *account); 83 GdkPixbuf *create_prpl_icon(struct gaim_account *account);
84 84
85 85 /**
86 * Refreshes all the nodes of the buddy list.
87 * This should only be called when something changes to affect most of the nodes (such as a ui preference changing)
88 *
89 * @param list This is the core list that gets updated from
90 */
86 void gaim_gtk_blist_refresh(struct gaim_buddy_list *list); 91 void gaim_gtk_blist_refresh(struct gaim_buddy_list *list);
87 92
93 /**
94 * Tells the buddy list to update its toolbar based on the preferences
95 *
96 */
97 void gaim_gtk_blist_update_toolbar();
98
88 #endif /* _GAIM_GTK_LIST_H_ */ 99 #endif /* _GAIM_GTK_LIST_H_ */

mercurial