From: Marek Rusinowski Date: Fri, 19 Feb 2016 18:13:30 +0000 (+0100) Subject: Update dbus interface documentation X-Git-Tag: v0.3.3~19^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fpull%2F221%2Fhead;p=thirdparty%2Fsnapper.git Update dbus interface documentation --- diff --git a/doc/dbus-protocol.txt b/doc/dbus-protocol.txt index 8df609be..ad20b217 100644 --- a/doc/dbus-protocol.txt +++ b/doc/dbus-protocol.txt @@ -35,9 +35,9 @@ signal SnapshotCreated config-name number signal SnapshotModified config-name number signal SnapshotsDeleted config-name list(numbers) -method MountSnapshot config-name number user-request +method MountSnapshot config-name number user-request -> path method UmountSnapshot config-name number user-request -method GetMountPoint config-name number +method GetMountPoint config-name number -> path Snapshots mounted with user-request set to false will be unmounted (delayed) after the client disconnects. @@ -45,7 +45,7 @@ after the client disconnects. method Sync config-name -method CreateComparison config-name number1 number2 +method CreateComparison config-name number1 number2 -> num-files method DeleteComparison config-name number1 number2 The following command require a successful CreateComparison in advance.