Mercurial > pidgin
comparison src/prpl.h @ 7971:6fca0d9cc98b
[gaim-migrate @ 8648]
this particular work of art is topic changing support for jabber, and
support for setting the topic by just changing the text in the chat window.
hopefully someone less lazy than I will implement the right function for
IRC, and any other chats that do topics.
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Fri, 02 Jan 2004 06:16:44 +0000 |
parents | 1b8261f374ea |
children | 38df71d58500 |
comparison
equal
deleted
inserted
replaced
7970:a6eb0e250417 | 7971:6fca0d9cc98b |
---|---|
310 void (*set_buddy_icon)(GaimConnection *, const char *filename); | 310 void (*set_buddy_icon)(GaimConnection *, const char *filename); |
311 | 311 |
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 | |
316 void (*set_chat_topic)(GaimConnection *gc, int id, const char *topic); | |
315 }; | 317 }; |
316 | 318 |
317 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \ | 319 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \ |
318 ((plugin)->info->type == GAIM_PLUGIN_PROTOCOL) | 320 ((plugin)->info->type == GAIM_PLUGIN_PROTOCOL) |
319 | 321 |