]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Update dbus interface documentation 221/head
authorMarek Rusinowski <marekrusinowski@gmail.com>
Fri, 19 Feb 2016 18:13:30 +0000 (19:13 +0100)
committerMarek Rusinowski <marekrusinowski@gmail.com>
Fri, 19 Feb 2016 18:13:30 +0000 (19:13 +0100)
doc/dbus-protocol.txt

index 8df609be4b55cd8fe35e7ccd029eb332f6fa1b5f..ad20b21794bc118a79c653c2bd1622c0168260a0 100644 (file)
@@ -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.