comparison src/blist.h @ 9996:1bd1f324a2c1

[gaim-migrate @ 10909] I'll mop the floor with ya! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Sep 2004 04:14:29 +0000
parents ced29c7b396c
children ccb638cf8642
comparison
equal deleted inserted replaced
9995:792a7409f6b0 9996:1bd1f324a2c1
175 * structure to the buddy list core. 175 * structure to the buddy list core.
176 */ 176 */
177 struct _GaimBlistUiOps 177 struct _GaimBlistUiOps
178 { 178 {
179 void (*new_list)(GaimBuddyList *list); /**< Sets UI-specific data on a buddy list. */ 179 void (*new_list)(GaimBuddyList *list); /**< Sets UI-specific data on a buddy list. */
180 void (*new_node)(GaimBlistNode *node); /**< Sets UI-specific data on a node. */ 180 void (*new_node)(GaimBlistNode *node); /**< Sets UI-specific data on a node. */
181 void (*show)(GaimBuddyList *list); /**< The core will call this when its finished doing it's core stuff */ 181 void (*show)(GaimBuddyList *list); /**< The core will call this when its finished doing its core stuff */
182 void (*update)(GaimBuddyList *list, 182 void (*update)(GaimBuddyList *list,
183 GaimBlistNode *node); /**< This will update a node in the buddy list. */ 183 GaimBlistNode *node); /**< This will update a node in the buddy list. */
184 void (*remove)(GaimBuddyList *list, 184 void (*remove)(GaimBuddyList *list,
185 GaimBlistNode *node); /**< This removes a node from the list */ 185 GaimBlistNode *node); /**< This removes a node from the list */
186 void (*destroy)(GaimBuddyList *list); /**< When the list gets destroyed, this gets called to destroy the UI. */ 186 void (*destroy)(GaimBuddyList *list); /**< When the list gets destroyed, this gets called to destroy the UI. */
187 void (*set_visible)(GaimBuddyList *list, 187 void (*set_visible)(GaimBuddyList *list,
188 gboolean show); /**< Hides or unhides the buddy list */ 188 gboolean show); /**< Hides or unhides the buddy list */
189 void (*request_add_buddy)(GaimAccount *account, const char *username, 189 void (*request_add_buddy)(GaimAccount *account, const char *username,
190 const char *group, const char *alias); 190 const char *group, const char *alias);
191 void (*request_add_chat)(GaimAccount *account, GaimGroup *group, 191 void (*request_add_chat)(GaimAccount *account, GaimGroup *group,
192 const char *alias, const char *name); 192 const char *alias, const char *name);
193 void (*request_add_group)(void); 193 void (*request_add_group)(void);