# HG changeset patch # User Ethan Blanton # Date 1172249142 0 # Node ID 7639029f1bf4109ec1f7b76fd15cf0b0eb9c43fc # Parent f99e06ae143ea2b9dc564cff1c765d9c811b3306 evands seems to have spuriously changed this return value diff -r f99e06ae143e -r 7639029f1bf4 libpurple/eventloop.h --- 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, not the file descriptor. */ -guint gaim_input_remove(guint handle); +gboolean gaim_input_remove(guint handle); /** * Get the current error status for an input.