src/blist.h

changeset 8012
4c63e0799f79
parent 7950
1f1f2fe00cef
child 8046
c581b20a47d6
equal deleted inserted replaced
8011:e9ac8bfe26da 8012:4c63e0799f79
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. */

mercurial