Skip to content

Commit

Permalink
Merge pull request rauc#1569 from richardhozak/qt-annotation
Browse files Browse the repository at this point in the history
Add missing qt type annotations
  • Loading branch information
jluebbe authored Nov 29, 2024
2 parents 5039227 + 87c40b6 commit 1692c36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/de.pengutronix.rauc.Installer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<arg name="compatible" type="s" direction="out" />
<arg name="version" type="s" direction="out" />
</method>

<!--
InspectBundle: D-Bus variant of rauc info <bundle>
@source: Path or URL to the queried bundle.
Expand All @@ -48,6 +48,7 @@
<arg name="args" type="a{sv}" direction="in"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap"/>
<arg name="info" type="a{sv}" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
</method>

<!--
Expand Down Expand Up @@ -87,6 +88,7 @@
-->
<method name="GetArtifactStatus">
<arg name="artifacts" type="aa{sv}" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;QVariantMap>"/>
</method>

<!-- Operation: Represents the current (global) operation rauc performs -->
Expand Down

0 comments on commit 1692c36

Please sign in to comment.