diff options
Diffstat (limited to 'calendar/GnomeCal.idl')
-rw-r--r-- | calendar/GnomeCal.idl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/calendar/GnomeCal.idl b/calendar/GnomeCal.idl index 1e426fae36..3838c7c0bc 100644 --- a/calendar/GnomeCal.idl +++ b/calendar/GnomeCal.idl @@ -20,18 +20,6 @@ module GNOME { raises (NotFound); /* - * get_objects_by_id_list: - * @uid_list: a sequence of Unique Identifiers - * - * Returns a vCalendar object for the objects - * that matches the given UID list @uid_list; - * NotFound is raised if any of the given UIDs - * were not found. - */ - string get_objects_by_id_list (in String_Sequence uid) - raises (NotFound); - - /* * get_object_by_pilot_id: * @pilot_id: the pilot id * @@ -75,15 +63,6 @@ module GNOME { raises (NotFound); /* - * get_objects: - * - * Danger Will Robinson : This can result in a - * huge string, namely the size of all your entries. - * Returns a vCalendar with all the objects - */ - string get_objects (); - - /* * get_object_id_list * * Returns a sequence of the UID's of the entries |