summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.portal.documents.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.freedesktop.portal.documents.xml')
-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>