Small documentation improvements

Add some missing newlines, and document that
AddFull was added in version 2.
tingping/wmclass
Matthias Clasen 2017-05-20 10:34:19 -04:00 committed by Alexander Larsson
parent ea0f97efe7
commit 9564da53f8
1 changed files with 5 additions and 0 deletions

View File

@ -104,14 +104,19 @@
@permissions: the permissions to grant, possible values are 'read', 'write', 'grant-permissions' and 'delete'
@doc_ids: the IDs of the files in the document store
@extra_info: Extra info returned
Adds multiple files to the document store. The file is passed in the
form of an open file descriptor to prove that the caller has
access to the file.
Additionally, if app_id is specified, it will be given the permissions
listed in GrantPermission.
The method also returns some extra info that can be used to avoid
multiple roundtrips. For now it only contains as "mountpoint", the
fuse mountpoint of the document portal.
This method was added in version 2 of the org.freedesktop.portal.Documents interface.
-->
<method name="AddFull">
<arg type='ah' name='o_path_fds' direction='in'/>