Mercurial > pidgin
comparison src/core.h @ 4732:c15e0699acae
[gaim-migrate @ 5047]
hopefully this doesn't break anything.
- Capabilities are back in the tooltips
- Jabber does the neat status thing in the buddy list
- jabber "broken" buddies are gone! woohoo!
- most of the right-click menu items moved back to where they used to live,
but Get Info remains at the top, because that's where it should be.
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 13 Mar 2003 06:08:56 +0000 |
parents | 283fb289c510 |
children | c4c28874ecd3 |
comparison
equal
deleted
inserted
replaced
4731:6f0ecc21db46 | 4732:c15e0699acae |
---|---|
206 extern void gaim_probe_plugins(); | 206 extern void gaim_probe_plugins(); |
207 extern int plugin_event(enum gaim_event, ...); | 207 extern int plugin_event(enum gaim_event, ...); |
208 extern char *event_name(enum gaim_event); | 208 extern char *event_name(enum gaim_event); |
209 | 209 |
210 /* Functions in server.c */ | 210 /* Functions in server.c */ |
211 extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int, guint); | 211 extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int); |
212 extern void serv_got_im(struct gaim_connection *, char *, char *, guint32, time_t, gint); | 212 extern void serv_got_im(struct gaim_connection *, char *, char *, guint32, time_t, gint); |
213 extern void serv_got_typing(struct gaim_connection *, char *, int, int); | 213 extern void serv_got_typing(struct gaim_connection *, char *, int, int); |
214 extern void serv_got_typing_stopped(struct gaim_connection *, char *); | 214 extern void serv_got_typing_stopped(struct gaim_connection *, char *); |
215 extern void serv_got_eviled(struct gaim_connection *, char *, int); | 215 extern void serv_got_eviled(struct gaim_connection *, char *, int); |
216 extern void serv_got_chat_invite(struct gaim_connection *, char *, char *, char *, GList *); | 216 extern void serv_got_chat_invite(struct gaim_connection *, char *, char *, char *, GList *); |