29 lines
908 B
Diff
29 lines
908 B
Diff
|
From 60ba10283b631f08bd7e763a63a1a8e048b66379 Mon Sep 17 00:00:00 2001
|
||
|
From: Carlos Soriano <csoriano@gnome.org>
|
||
|
Date: Wed, 8 Aug 2018 14:07:48 +0200
|
||
|
Subject: [PATCH 09/11] dbus: Implement move operation
|
||
|
|
||
|
Analog to the copy operation.
|
||
|
---
|
||
|
data/dbus-interfaces.xml | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
diff --git a/data/dbus-interfaces.xml b/data/dbus-interfaces.xml
|
||
|
index 20ffadde1..64176225c 100644
|
||
|
--- a/data/dbus-interfaces.xml
|
||
|
+++ b/data/dbus-interfaces.xml
|
||
|
@@ -27,6 +27,10 @@
|
||
|
<arg type='as' name='SourceFilesURIList' direction='in'/>
|
||
|
<arg type='s' name='DestinationDirectoryURI' direction='in'/>
|
||
|
</method>
|
||
|
+ <method name='MoveURIs'>
|
||
|
+ <arg type='as' name='SourceFilesURIList' direction='in'/>
|
||
|
+ <arg type='s' name='DestinationDirectoryURI' direction='in'/>
|
||
|
+ </method>
|
||
|
<method name='EmptyTrash'>
|
||
|
</method>"
|
||
|
<method name='TrashFiles'>
|
||
|
--
|
||
|
2.17.1
|
||
|
|