diff --git a/data/org.freedesktop.portal.Documents.xml b/data/org.freedesktop.portal.Documents.xml index 8d1f1f75b..16da31d97 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. -->