comparison src/server.h @ 10011:32467b63f55a

[gaim-migrate @ 10928] More deprecation of serv_got_update or whatever it's called. Is all the sound and logging stuff done in the new code? I didn't actually check. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 11 Sep 2004 03:37:16 +0000
parents ced29c7b396c
children 6a043ae92db6
comparison
equal deleted inserted replaced
10010:56e34a659db2 10011:32467b63f55a
74 GaimTypingState state); 74 GaimTypingState state);
75 void serv_set_buddyicon(GaimConnection *gc, const char *filename); 75 void serv_set_buddyicon(GaimConnection *gc, const char *filename);
76 void serv_got_typing_stopped(GaimConnection *gc, const char *name); 76 void serv_got_typing_stopped(GaimConnection *gc, const char *name);
77 void serv_got_im(GaimConnection *gc, const char *who, const char *msg, 77 void serv_got_im(GaimConnection *gc, const char *who, const char *msg,
78 GaimConvImFlags imflags, time_t mtime); 78 GaimConvImFlags imflags, time_t mtime);
79 void serv_got_update(GaimConnection *gc, const char *name, gboolean loggedin,
80 time_t signon);
81 void serv_finish_login(GaimConnection *gc); 79 void serv_finish_login(GaimConnection *gc);
82 void serv_got_chat_invite(GaimConnection *gc, const char *name, 80 void serv_got_chat_invite(GaimConnection *gc, const char *name,
83 const char *who, const char *message, 81 const char *who, const char *message,
84 GHashTable *data); 82 GHashTable *data);
85 GaimConversation *serv_got_joined_chat(GaimConnection *gc, 83 GaimConversation *serv_got_joined_chat(GaimConnection *gc,