From 422f99755f1f214a44dc66791007ce516594c237 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 13 Nov 2002 20:03:27 +0000 Subject: #include (obj_removed_cb): Fixed prototype. 2002-11-13 Federico Mena Quintero * cal-client/cal-query.c: #include (obj_removed_cb): Fixed prototype. * cal-client/cal-client.c (get_objects_atomically): Fix use of g_signal_handler_disconnect(). * cal-client/client-test.c (create_client): Add G_CALLBACK casts. svn path=/trunk/; revision=18744 --- calendar/cal-client/cal-query.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/cal-client/cal-query.c') diff --git a/calendar/cal-client/cal-query.c b/calendar/cal-client/cal-query.c index 7f29952f04..52fba27ef3 100644 --- a/calendar/cal-client/cal-query.c +++ b/calendar/cal-client/cal-query.c @@ -22,6 +22,7 @@ #include #endif +#include #include #include "cal-util/cal-util-marshal.h" #include "cal-query.h" @@ -225,7 +226,7 @@ obj_updated_cb (QueryListener *ql, /* Callback used when an object is removed from the query */ static void obj_removed_cb (QueryListener *ql, - const GNOME_Evolution_Calendar_CalObjUID uid, + const CORBA_char *uid, gpointer data) { CalQuery *query; -- cgit v1.2.3