comparison src/eventloop.h @ 8387:98c9a35541ed

[gaim-migrate @ 9115] This should be less wrong. Or more wrong. Either one. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 02 Mar 2004 08:12:24 +0000
parents ef881489396e
children 0f2af117d5d3
comparison
equal deleted inserted replaced
8386:143d0b29ba82 8387:98c9a35541ed
90 90
91 /** 91 /**
92 * Removes a timeout handler. 92 * Removes a timeout handler.
93 * 93 *
94 * @param handle The handle, as returned by gaim_timeout_add. 94 * @param handle The handle, as returned by gaim_timeout_add.
95 *
96 * @return Something.
95 */ 97 */
96 void gaim_timeout_remove(guint handle); 98 guint gaim_timeout_remove(guint handle);
97 99
98 /** 100 /**
99 * Adds an input handler. 101 * Adds an input handler.
100 * 102 *
101 * @param fd The input file descriptor. 103 * @param fd The input file descriptor.