comparison src/core.h @ 5676:dae79aefac8d

[gaim-migrate @ 6094] I've been meaning to do this for a LONG time. The conversation API now follows the naming convention of the rest of the new APIs. I'll get some g_return_*_if_fail() checks in there soon. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 21:51:06 +0000
parents 4e2ffa3d9094
children 1d140b31d4b3
comparison
equal deleted inserted replaced
5675:17e345ffeddb 5676:dae79aefac8d
126 extern void serv_got_im(GaimConnection *, const char *, const char *, guint32, time_t, gint); 126 extern void serv_got_im(GaimConnection *, const char *, const char *, guint32, time_t, gint);
127 extern void serv_got_typing(GaimConnection *, const char *, int, int); 127 extern void serv_got_typing(GaimConnection *, const char *, int, int);
128 extern void serv_got_typing_stopped(GaimConnection *, const char *); 128 extern void serv_got_typing_stopped(GaimConnection *, const char *);
129 extern void serv_got_eviled(GaimConnection *, const char *, int); 129 extern void serv_got_eviled(GaimConnection *, const char *, int);
130 extern void serv_got_chat_invite(GaimConnection *, const char *, const char *, const char *, GHashTable *); 130 extern void serv_got_chat_invite(GaimConnection *, const char *, const char *, const char *, GHashTable *);
131 extern struct gaim_conversation *serv_got_joined_chat(GaimConnection *, int, const char *); 131 extern GaimConversation *serv_got_joined_chat(GaimConnection *, int, const char *);
132 extern void serv_got_chat_left(GaimConnection *, int); 132 extern void serv_got_chat_left(GaimConnection *, int);
133 extern void serv_got_chat_in(GaimConnection *, int, char *, int, char *, time_t); 133 extern void serv_got_chat_in(GaimConnection *, int, char *, int, char *, time_t);
134 extern void serv_got_alias(GaimConnection *, const char *, const char *); 134 extern void serv_got_alias(GaimConnection *, const char *, const char *);
135 extern void serv_finish_login(); 135 extern void serv_finish_login();
136 136