summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-08-27 10:38:22 +0200
committerAlexander Larsson <alexl@redhat.com>2015-08-27 10:38:22 +0200
commitb6355e1acb4ec5edd8bdc194770c46140e0c6aa0 (patch)
tree30da05961c6d45fa2e903272f419f01db4cc562f /data
parent0c253766576e072418baf4eaf7e89d8d5cfec992 (diff)
downloadxdg-app-b6355e1acb4ec5edd8bdc194770c46140e0c6aa0.tar.gz
Document portal: Store paths, not uris
There is no way to do this for generic uris anyway, lets not pretend we're solving a larger problem.
Diffstat (limited to 'data')
-rw-r--r--data/org.freedesktop.portal.documents.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.freedesktop.portal.documents.xml b/data/org.freedesktop.portal.documents.xml
index 647930f..6b01077 100644
--- a/data/org.freedesktop.portal.documents.xml
+++ b/data/org.freedesktop.portal.documents.xml
@@ -29,7 +29,7 @@
<arg type='ay' name='path' direction='out'/>
</method>
<method name="Add">
- <arg type='s' name='uri' direction='in'/>
+ <arg type='ay' name='path' direction='in'/>
<arg type='s' name='doc_id' direction='out'/>
</method>
<method name="AddLocal">