From 8550ca3f28108f315db18a0edc508f6e682b66fd Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Wed, 8 Sep 1999 13:06:07 +0000 Subject: uses GNOME_PILOT_CHECK * configure.in: uses GNOME_PILOT_CHECK * gncal/GnomeCal.idl: added a get_objects() call, which returns all the objects in the calendar. * gncal/Makefile.am: added two conduits with control-applets. Compiled only if configure sets HAVE_GNOME_PILOT * gncal/calender-conduit.[ch]: began implementing conduit. * gncal/todo-conduit.[ch]: begin implementing conduit. * gncal/corba-cal.c: implemented the get_objects() call. svn path=/trunk/; revision=1216 --- calendar/GnomeCal.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'calendar/GnomeCal.idl') diff --git a/calendar/GnomeCal.idl b/calendar/GnomeCal.idl index 5c158284a3..036dc55db0 100644 --- a/calendar/GnomeCal.idl +++ b/calendar/GnomeCal.idl @@ -52,6 +52,13 @@ module GNOME { void update_pilot_id (in string uid, in long pilot_id, in long pilot_status) raises (NotFound); + /* + * get_objects: + * + * Returns a vCalendar with all the objects + */ + string get_objects (); + /* * get_updated_objects: * -- cgit v1.2.3