comparison src/prpl.h @ 7398:d60e1629ffde

[gaim-migrate @ 7994] now when you try to IM someone in a jabber chat, it'll actually get there committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 31 Oct 2003 05:14:27 +0000
parents ab828b8c3f22
children 994b2d782711
comparison
equal deleted inserted replaced
7397:8a3b768f8472 7398:d60e1629ffde
309 const char *(*normalize)(const GaimAccount *, const char *); 309 const char *(*normalize)(const GaimAccount *, const char *);
310 310
311 void (*set_buddy_icon)(GaimConnection *, const char *filename); 311 void (*set_buddy_icon)(GaimConnection *, const char *filename);
312 312
313 void (*remove_group)(GaimConnection *gc, const char *group); 313 void (*remove_group)(GaimConnection *gc, const char *group);
314
315 char *(*get_cb_real_name)(GaimConnection *gc, int id, const char *who);
314 }; 316 };
315 317
316 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \ 318 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \
317 ((plugin)->info->type == GAIM_PLUGIN_PROTOCOL) 319 ((plugin)->info->type == GAIM_PLUGIN_PROTOCOL)
318 320