comparison src/prpl.h @ 7999:38df71d58500

[gaim-migrate @ 8676] this fixes the add/remove button showing up incorrectly for jabber chat rooms when you add or remove a chat, the button doesn't automagically update in the chat window. i'm too hungry to figure that out right now, so someone else should do it. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 04 Jan 2004 23:07:41 +0000
parents 6fca0d9cc98b
children fa6395637e2c
comparison
equal deleted inserted replaced
7998:5e193b3a2342 7999:38df71d58500
312 void (*remove_group)(GaimConnection *gc, const char *group); 312 void (*remove_group)(GaimConnection *gc, const char *group);
313 313
314 char *(*get_cb_real_name)(GaimConnection *gc, int id, const char *who); 314 char *(*get_cb_real_name)(GaimConnection *gc, int id, const char *who);
315 315
316 void (*set_chat_topic)(GaimConnection *gc, int id, const char *topic); 316 void (*set_chat_topic)(GaimConnection *gc, int id, const char *topic);
317
318 GaimChat *(*find_blist_chat)(GaimAccount *account, const char *name);
317 }; 319 };
318 320
319 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \ 321 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \
320 ((plugin)->info->type == GAIM_PLUGIN_PROTOCOL) 322 ((plugin)->info->type == GAIM_PLUGIN_PROTOCOL)
321 323