Skip to content

Commit

Permalink
documents: Add missing Qt type annotation to GetHostPaths
Browse files Browse the repository at this point in the history
  • Loading branch information
swick committed Nov 13, 2024
1 parent a9e773b commit 26f07ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/org.freedesktop.portal.Documents.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
-->
<method name="GetHostPaths">
<arg type="as" name="doc_ids" direction="in"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QMap&lt;QString,QByteArray&gt;"/>
<arg type="a{say}" name="paths" direction="out"/>
</method>
</interface>
Expand Down

0 comments on commit 26f07ea

Please sign in to comment.