[evolution-data-server] Bug 723481 - Wrong callback signature in imapx_process_read_to_read()
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug 723481 - Wrong callback signature in imapx_process_read_to_read()
- Date: Mon, 3 Feb 2014 13:26:13 +0000 (UTC)
commit a4c1efcfc9ec0c4fa2747757d1fe7ec32563b60f
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Feb 3 08:23:03 2014 -0500
Bug 723481 - Wrong callback signature in imapx_process_read_to_read()
Didn't realize UNIX file descriptor GSources use a special callback
signature. Could be better documented in g_unix_fd_source_new().
camel/providers/imapx/camel-imapx-server.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index c5e959f..c0028b0 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -7369,7 +7369,9 @@ imapx_ready_to_read (GInputStream *input_stream,
}
static gboolean
-imapx_process_ready_to_read (CamelIMAPXServer *is)
+imapx_process_ready_to_read (gint fd,
+ GIOCondition condition,
+ CamelIMAPXServer *is)
{
return imapx_parse_contents (is);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]