summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorBradford Hovinen (Gdict maintainer) <hovinen@src.gnome.org>2001-09-12 15:39:02 +0000
committerBradford Hovinen (Gdict maintainer) <hovinen@src.gnome.org>2001-09-12 15:39:02 +0000
commitd64bf8127573b1cb4e59f7b079e895c58d977959 (patch)
tree3b580d8dc8e080d1ddaf94ab54f8635f1dcd39a4 /idl
parent26bb0ac9253b93da11ec96e900c7750096751846 (diff)
downloadgnome-control-center-d64bf8127573b1cb4e59f7b079e895c58d977959.tar.gz
Added storageComplete method to Location, to notify Location that the
storage of rollback data is complete
Diffstat (limited to 'idl')
-rw-r--r--idl/ConfigArchiver.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/idl/ConfigArchiver.idl b/idl/ConfigArchiver.idl
index 950f41a59..d6124308d 100644
--- a/idl/ConfigArchiver.idl
+++ b/idl/ConfigArchiver.idl
@@ -75,6 +75,8 @@ module ConfigArchiver {
in boolean parentChain)
raises (RollbackDataNotFound);
+ void storageComplete (in string filename);
+
void rollbackBackends (in Time time,
in long steps,
in StringSeq backendId,