From df14cc9fa686222068d7d8c70a6290c3d9085b9f Mon Sep 17 00:00:00 2001 From: Marek Rusinowski Date: Fri, 19 Feb 2016 19:13:30 +0100 Subject: [PATCH] Update dbus interface documentation --- doc/dbus-protocol.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.3