summaryrefslogtreecommitdiffstats
path: root/libkcal/calendarlocal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/calendarlocal.h')
-rw-r--r--libkcal/calendarlocal.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libkcal/calendarlocal.h b/libkcal/calendarlocal.h
index 7326a234..5a8e3cd7 100644
--- a/libkcal/calendarlocal.h
+++ b/libkcal/calendarlocal.h
@@ -78,6 +78,21 @@ class LIBKCAL_EXPORT CalendarLocal : public Calendar
*/
void close();
+ /**
+ Clears out the current calendar, freeing all used memory etc. etc.
+ */
+ void closeEvents();
+
+ /**
+ Clears out the current calendar, freeing all used memory etc. etc.
+ */
+ void closeTodos();
+
+ /**
+ Clears out the current calendar, freeing all used memory etc. etc.
+ */
+ void closeJournals();
+
void save() {}
/**