Mercurial > pidgin
comparison src/server.h @ 11907:d2db6426c88a
[gaim-migrate @ 14198]
sf patch #1342817, from Evan Schoenberg
"As discussed in #gaim, this patch removes idle.c and replaces it
with gtkidle.c and gtkidle.h. The attached diff removes the idle
management from its various hiding places in connection.c, server.c,
and gaim.h. The plugins Changelog.API is appropriately updated.
The new gtkidle files are attached; idle.c should be removed from
CVS."
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 30 Oct 2005 23:00:47 +0000 |
| parents | eb14bbcf7249 |
| children | aadf61b30056 |
comparison
equal
deleted
inserted
replaced
| 11906:8913546c6a4e | 11907:d2db6426c88a |
|---|---|
| 31 | 31 |
| 32 #ifdef __cplusplus | 32 #ifdef __cplusplus |
| 33 extern "C" { | 33 extern "C" { |
| 34 #endif | 34 #endif |
| 35 | 35 |
| 36 void serv_touch_idle(GaimConnection *); | |
| 37 int serv_send_im(GaimConnection *, const char *, const char *, GaimConvImFlags); | 36 int serv_send_im(GaimConnection *, const char *, const char *, GaimConvImFlags); |
| 38 void serv_get_info(GaimConnection *, const char *); | 37 void serv_get_info(GaimConnection *, const char *); |
| 39 void serv_set_idle(GaimConnection *, int); | 38 void serv_set_idle(GaimConnection *, int); |
| 40 void serv_set_info(GaimConnection *, const char *); | 39 void serv_set_info(GaimConnection *, const char *); |
| 41 int serv_send_typing(GaimConnection *, const char *, int); | 40 int serv_send_typing(GaimConnection *, const char *, int); |
