comparison plugins/perl/common/Server.xs @ 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
221 221
222 void 222 void
223 serv_set_permit_deny(con) 223 serv_set_permit_deny(con)
224 Gaim::Connection con 224 Gaim::Connection con
225 225
226 void
227 serv_touch_idle(con)
228 Gaim::Connection con
229