comparison src/blist.h @ 8012:5a6853d0ae27

[gaim-migrate @ 8692] " This is just a guess, but I don't think the buddy list cares about conversation window ops. So this hopefully fixes it properly." --"TheDeveloper" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 05 Jan 2004 19:52:46 +0000
parents 7b8407d8c546
children fa6395637e2c
comparison
equal deleted inserted replaced
8011:335a54c6fd90 8012:5a6853d0ae27
157 }; 157 };
158 158
159 /** 159 /**
160 * Buddy list UI operations. 160 * Buddy list UI operations.
161 * 161 *
162 * Any UI representing a buddy list must assign a filled-out gaim_conv_window_ops 162 * Any UI representing a buddy list must assign a filled-out gaim_blist_window_ops
163 * structure to the buddy list core. 163 * structure to the buddy list core.
164 */ 164 */
165 struct _GaimBlistUiOps 165 struct _GaimBlistUiOps
166 { 166 {
167 void (*new_list)(GaimBuddyList *list); /**< Sets UI-specific data on a buddy list. */ 167 void (*new_list)(GaimBuddyList *list); /**< Sets UI-specific data on a buddy list. */