diff options
Diffstat (limited to 'calendar/GnomeCal.idl')
-rw-r--r-- | calendar/GnomeCal.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/GnomeCal.idl b/calendar/GnomeCal.idl index 5c158284a3..036dc55db0 100644 --- a/calendar/GnomeCal.idl +++ b/calendar/GnomeCal.idl @@ -53,6 +53,13 @@ module GNOME { raises (NotFound); /* + * get_objects: + * + * Returns a vCalendar with all the objects + */ + string get_objects (); + + /* * get_updated_objects: * * Returns a vCalendar with all the objects that have been |