Skip to content

Commit

Permalink
de.pengutronix.rauc.Installer.xml: add missing direction definitions …
Browse files Browse the repository at this point in the history
…for 'source' argument

This adds missing definition of direction for 'source' argument in
'Install' and 'InstallBundle' D-Bus methods.

Signed-off-by: Taras Zaporozhets <[email protected]>
  • Loading branch information
zaporozhets authored and ejoerns committed Oct 24, 2021
1 parent 1564c3a commit 6e5c832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/de.pengutronix.rauc.Installer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Triggers an installation.
-->
<method name="Install">
<arg name="source" type="s"/>
<arg name="source" type="s" direction="in"/>
</method>

<!--
Expand All @@ -19,7 +19,7 @@
Triggers an installation.
-->
<method name="InstallBundle">
<arg name="source" type="s"/>
<arg name="source" type="s" direction="in"/>
<arg name="args" type="a{sv}" direction="in"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap"/>
</method>
Expand Down

0 comments on commit 6e5c832

Please sign in to comment.