comparison libgaim/server.h @ 14981:0a9c44ce9a4a

[gaim-migrate @ 17760] Get rid of serv_set_buddyicon(). Moved the code directly into gaim_account_set_buddy_icon(). committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 16 Nov 2006 22:47:45 +0000
parents 60b1bc8dbf37
children 66c857a355b4
comparison
equal deleted inserted replaced
14980:f4705e2c2026 14981:0a9c44ce9a4a
89 */ 89 */
90 void serv_got_typing_stopped(GaimConnection *gc, const char *name); 90 void serv_got_typing_stopped(GaimConnection *gc, const char *name);
91 91
92 void serv_got_im(GaimConnection *gc, const char *who, const char *msg, 92 void serv_got_im(GaimConnection *gc, const char *who, const char *msg,
93 GaimMessageFlags flags, time_t mtime); 93 GaimMessageFlags flags, time_t mtime);
94 void serv_set_buddyicon(GaimConnection *gc, const char *filename);
95 void serv_got_chat_invite(GaimConnection *gc, const char *name, 94 void serv_got_chat_invite(GaimConnection *gc, const char *name,
96 const char *who, const char *message, 95 const char *who, const char *message,
97 GHashTable *data); 96 GHashTable *data);
98 GaimConversation *serv_got_joined_chat(GaimConnection *gc, 97 GaimConversation *serv_got_joined_chat(GaimConnection *gc,
99 int id, const char *name); 98 int id, const char *name);