aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/cal-listener.h')
-rw-r--r--calendar/cal-listener.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/cal-listener.h b/calendar/cal-listener.h
index aa502f3fb3..55772cb1ba 100644
--- a/calendar/cal-listener.h
+++ b/calendar/cal-listener.h
@@ -42,6 +42,9 @@ typedef struct _CalListenerClass CalListenerClass;
struct _CalListener {
GnomeObject object;
+
+ /* Private data */
+ gpointer priv;
};
struct _CalListenerClass {
@@ -61,6 +64,8 @@ GNOME_Calendar_Listener cal_listener_corba_object_create (GnomeObject *object);
CalListener *cal_listener_new (void);
+GNOME_Calendar_Cal cal_listener_get_calendar (CalListener *listener);
+
POA_GNOME_Calendar_Listener__epv *cal_listener_get_epv (void);