diff libpurple/eventloop.h @ 15685:7639029f1bf4

evands seems to have spuriously changed this return value
author Ethan Blanton <elb@pidgin.im>
date Fri, 23 Feb 2007 16:45:42 +0000
parents 14d85ee22d78
children c463709294f8
line wrap: on
line diff
--- a/libpurple/eventloop.h	Fri Feb 23 16:26:47 2007 +0000
+++ b/libpurple/eventloop.h	Fri Feb 23 16:45:42 2007 +0000
@@ -129,7 +129,7 @@
  * @param handle The handle of the input handler. Note that this is the return
  * value from gaim_input_add, <i>not</i> the file descriptor.
  */
-guint gaim_input_remove(guint handle);
+gboolean gaim_input_remove(guint handle);
 
 /**
  * Get the current error status for an input.