summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-07-10 17:02:38 +0200
committerAlexander Larsson <alexl@redhat.com>2015-07-10 17:02:38 +0200
commit4c4c66fc2d5da54ebb3580da87c37795ffc79253 (patch)
treef401bfc4d26dc82dfbbd7d267b1b70189af90ec2 /data
parent929071ad1083494f717f6a5ab6dfcf817d143700 (diff)
downloadxdg-app-4c4c66fc2d5da54ebb3580da87c37795ffc79253.tar.gz
Add GetMountPoint method for document portal
This is both to get the mount path and to have a nice way to activate the mount.
Diffstat (limited to 'data')
-rw-r--r--data/org.freedesktop.portal.documents.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/org.freedesktop.portal.documents.xml b/data/org.freedesktop.portal.documents.xml
index 3acf79e..c61381a 100644
--- a/data/org.freedesktop.portal.documents.xml
+++ b/data/org.freedesktop.portal.documents.xml
@@ -25,6 +25,9 @@
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
<interface name='org.freedesktop.portal.Documents'>
+ <method name="GetMountPoint">
+ <arg type='ay' name='path' direction='out'/>
+ </method>
<method name="Add">
<arg type='s' name='uri' direction='in'/>
<arg type='u' name='doc_id' direction='out'/>