Mercurial > pidgin
changeset 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 | f99e06ae143e |
children | d79c9952f6bb |
files | libpurple/eventloop.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.