summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-08-26 17:26:53 +0200
committerAlexander Larsson <alexl@redhat.com>2015-08-26 17:26:53 +0200
commit0c253766576e072418baf4eaf7e89d8d5cfec992 (patch)
treebef45f1b707c856b3f54398c50b683295569aafa /data
parent12fbd9ff95482357b8285f97c2c28bd290add993 (diff)
downloadxdg-app-0c253766576e072418baf4eaf7e89d8d5cfec992.tar.gz
Switch document portal to use strings for document ids
Diffstat (limited to 'data')
-rw-r--r--data/org.freedesktop.portal.documents.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/org.freedesktop.portal.documents.xml b/data/org.freedesktop.portal.documents.xml
index c61381a..647930f 100644
--- a/data/org.freedesktop.portal.documents.xml
+++ b/data/org.freedesktop.portal.documents.xml
@@ -30,24 +30,24 @@
</method>
<method name="Add">
<arg type='s' name='uri' direction='in'/>
- <arg type='u' name='doc_id' direction='out'/>
+ <arg type='s' name='doc_id' direction='out'/>
</method>
<method name="AddLocal">
<arg type='h' name='fd' direction='in'/>
- <arg type='u' name='doc_id' direction='out'/>
+ <arg type='s' name='doc_id' direction='out'/>
</method>
<method name="GrantPermissions">
- <arg type='u' name='doc_id' direction='in'/>
+ <arg type='s' name='doc_id' direction='in'/>
<arg type='s' name='app_id' direction='in'/>
<arg type='as' name='permissions' direction='in'/>
</method>
<method name="RevokePermissions">
- <arg type='u' name='doc_id' direction='in'/>
+ <arg type='s' name='doc_id' direction='in'/>
<arg type='s' name='app_id' direction='in'/>
<arg type='as' name='permissions' direction='in'/>
</method>
<method name="Delete">
- <arg type='u' name='doc_id' direction='in'/>
+ <arg type='s' name='doc_id' direction='in'/>
</method>
</interface>
</node>