From f3c94fc0f415a4025add6debe451ca3e9e449d83 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 12 Jan 2000 04:13:36 +0000 Subject: Removed the CORBA listener methods, adjusted for the new IDL. 2000-01-11 Federico Mena Quintero * cal.c: Removed the CORBA listener methods, adjusted for the new IDL. * cal-listener.c (cal_listener_init): Create the private structure. In it we hold a reference to the calendar the listener is watching. (cal_listener_destroy): Destroy the private structure and unref the calendar. (Listener_cal_loaded): Stuff the calendar into our private data. (Listener_obj_added): Adjusted for new IDL. (Listener_obj_removed): Likewise. svn path=/trunk/; revision=1560 --- calendar/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6ba65647f6..21812d4f17 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,17 @@ 2000-01-11 Federico Mena Quintero + * cal.c: Removed the CORBA listener methods, adjusted for the new + IDL. + + * cal-listener.c (cal_listener_init): Create the private + structure. In it we hold a reference to the calendar the listener + is watching. + (cal_listener_destroy): Destroy the private structure and unref + the calendar. + (Listener_cal_loaded): Stuff the calendar into our private data. + (Listener_obj_added): Adjusted for new IDL. + (Listener_obj_removed): Likewise. + * gnome-calendar.idl: New IDL for the personal calendar server. * cal.h cal.c: New files with the calendar object. -- cgit