summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-09-04 14:46:02 +0200
committerAlexander Larsson <alexl@redhat.com>2015-09-04 14:46:02 +0200
commit7ad47c74ea08ef9afc1732d0858a0ada16ff72e3 (patch)
treee97c3d23daa391013a1713ec75845181cbd34818 /data
parent83201bd7e4acb4185b6e7978a751b97cc63a0549 (diff)
downloadxdg-app-7ad47c74ea08ef9afc1732d0858a0ada16ff72e3.tar.gz
document-portals: Support unique documents
These document id will not be shared for multiple users. The main difference is this this makes it safe for the creating app to delete the document if he wants to (i.e. for temporary docs), and thus we can grant this additional permission for the calling app.
Diffstat (limited to 'data')
-rw-r--r--data/org.freedesktop.portal.documents.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/org.freedesktop.portal.documents.xml b/data/org.freedesktop.portal.documents.xml
index 88f77cc..d00fc46 100644
--- a/data/org.freedesktop.portal.documents.xml
+++ b/data/org.freedesktop.portal.documents.xml
@@ -30,6 +30,7 @@
</method>
<method name="Add">
<arg type='h' name='o_path_fd' direction='in'/>
+ <arg type='b' name='reuse_existing' direction='in'/>
<arg type='s' name='doc_id' direction='out'/>
</method>
<method name="GrantPermissions">