diff 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
line wrap: on
line diff
--- a/src/eventloop.h	Tue Mar 02 08:05:03 2004 +0000
+++ b/src/eventloop.h	Tue Mar 02 08:12:24 2004 +0000
@@ -92,8 +92,10 @@
  * Removes a timeout handler.
  *
  * @param handle The handle, as returned by gaim_timeout_add.
+ *
+ * @return Something.
  */
-void gaim_timeout_remove(guint handle);
+guint gaim_timeout_remove(guint handle);
 
 /**
  * Adds an input handler.