| 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. */ |