diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2020-01-31 00:01:25 +0200 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2020-04-06 21:19:15 +0300 |
commit | 1a26621dbdfc783e5765967fc1a00fc0242e5e99 (patch) | |
tree | 38fc11764ceaa423f3e16f5bc8b53b6aa38d1a35 /data/dbus-interfaces2.xml | |
parent | dce530aa878478be05de4c716563ef98ed524384 (diff) | |
download | nautilus-1a26621dbdfc783e5765967fc1a00fc0242e5e99.tar.gz |
dbus-manager: add DeleteURIs method
Add DeleteURIs method to make it possible to permanently delete
files avoiding trash.
https://gitlab.gnome.org/GNOME/nautilus/merge_requests/504
Diffstat (limited to 'data/dbus-interfaces2.xml')
-rw-r--r-- | data/dbus-interfaces2.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/dbus-interfaces2.xml b/data/dbus-interfaces2.xml index 44cf07bb0..c375b7e75 100644 --- a/data/dbus-interfaces2.xml +++ b/data/dbus-interfaces2.xml @@ -56,6 +56,10 @@ <arg type='as' name='uris' direction='in'/> <arg type='a{sv}' name='platform_data' direction='in'/> </method> + <method name='DeleteURIs'> + <arg type='as' name='uris' direction='in'/> + <arg type='a{sv}' name='platform_data' direction='in'/> + </method> <method name='CreateFolder'> <arg type='s' name='uri' direction='in'/> <arg type='a{sv}' name='platform_data' direction='in'/> |