diff options
Diffstat (limited to 'calendar/idl')
-rw-r--r-- | calendar/idl/evolution-calendar.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index 29d0a79780..b7340bf51a 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -80,6 +80,9 @@ module Calendar { /* A calendar is identified by its URI */ readonly attribute string uri; + /* Gets the number of objects of the specified types */ + long get_n_objects (in CalObjType type); + /* Gets an object based on its URI */ CalObj get_object (in CalObjUID uid) raises (NotFound); |