summaryrefslogtreecommitdiffstats
path: root/libkcal/calendarresources.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/calendarresources.h')
-rw-r--r--libkcal/calendarresources.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libkcal/calendarresources.h b/libkcal/calendarresources.h
index 9d3436348..32c48ba41 100644
--- a/libkcal/calendarresources.h
+++ b/libkcal/calendarresources.h
@@ -188,6 +188,21 @@ class LIBKCAL_EXPORT CalendarResources :
void close();
/**
+ Clear out the current Calendar, freeing all used memory etc.
+ */
+ void closeEvents();
+
+ /**
+ Clear out the current Calendar, freeing all used memory etc.
+ */
+ void closeTodos();
+
+ /**
+ Clear out the current Calendar, freeing all used memory etc.
+ */
+ void closeJournals();
+
+ /**
Save this Calendar.
If the save is successfull, the Ticket is deleted. Otherwise, the
caller must release the Ticket with releaseSaveTicket() to abandon