src/blist.h

changeset 5247
f318e9d10c86
parent 5234
8320a1cb0274
child 5257
5444d78434f3
equal deleted inserted replaced
5246:bb352b8c1ee1 5247:f318e9d10c86
114 /** 114 /**
115 * The Buddy List 115 * The Buddy List
116 */ 116 */
117 struct gaim_buddy_list { 117 struct gaim_buddy_list {
118 GaimBlistNode *root; /**< The first node in the buddy list */ 118 GaimBlistNode *root; /**< The first node in the buddy list */
119 GHashTable *buddies; /**< Every buddy in this list */
119 struct gaim_blist_ui_ops *ui_ops; /**< The UI operations for the buddy list */ 120 struct gaim_blist_ui_ops *ui_ops; /**< The UI operations for the buddy list */
120 121
121 void *ui_data; /**< UI-specific data. */ 122 void *ui_data; /**< UI-specific data. */
122 }; 123 };
123 124

mercurial