| 325 GaimChat *(*find_blist_chat)(GaimAccount *account, const char *name); |
325 GaimChat *(*find_blist_chat)(GaimAccount *account, const char *name); |
| 326 |
326 |
| 327 /* room listing prpl callbacks */ |
327 /* room listing prpl callbacks */ |
| 328 struct _GaimRoomlist *(*roomlist_get_list)(GaimConnection *gc); |
328 struct _GaimRoomlist *(*roomlist_get_list)(GaimConnection *gc); |
| 329 void (*roomlist_cancel)(struct _GaimRoomlist *list); |
329 void (*roomlist_cancel)(struct _GaimRoomlist *list); |
| 330 void (*roomlist_expand_catagory)(struct _GaimRoomlist *list, struct _GaimRoomlistRoom *catagory); |
330 void (*roomlist_expand_category)(struct _GaimRoomlist *list, struct _GaimRoomlistRoom *category); |
| 331 |
331 |
| 332 }; |
332 }; |
| 333 |
333 |
| 334 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \ |
334 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \ |
| 335 ((plugin)->info->type == GAIM_PLUGIN_PROTOCOL) |
335 ((plugin)->info->type == GAIM_PLUGIN_PROTOCOL) |