src/prpl.h

changeset 8584
871f67e4aa3c
parent 8573
3f37bd7005c8
child 8586
c8c7a19da549
equal deleted inserted replaced
8583:56f69df8f12f 8584:871f67e4aa3c
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)

mercurial