From 9564da53f813154ed052292ea9b8fbcacbd3b849 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 20 May 2017 10:34:19 -0400 Subject: [PATCH] Small documentation improvements Add some missing newlines, and document that AddFull was added in version 2. --- data/org.freedesktop.portal.Documents.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/org.freedesktop.portal.Documents.xml b/data/org.freedesktop.portal.Documents.xml index 8d1f1f75..16da31d9 100644 --- a/data/org.freedesktop.portal.Documents.xml +++ b/data/org.freedesktop.portal.Documents.xml @@ -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. -->