summaryrefslogtreecommitdiff
path: root/xml/Image.xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-01 17:15:45 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-04 13:56:07 -0500
commit885ecdfcfd02fe1dc7b78ce6a25b52f9a9f3a6f1 (patch)
tree021b8be5099b375a57b72dd6bcde80847c498559 /xml/Image.xml
parentc52e6341518e74020a5c697ce1fb16f15f24d9f9 (diff)
downloadat-spi2-core-885ecdfcfd02fe1dc7b78ce6a25b52f9a9f3a6f1.tar.gz
Image.xml: put the 'in' arguments before the 'out' arguments, per convention
Diffstat (limited to 'xml/Image.xml')
-rw-r--r--xml/Image.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/Image.xml b/xml/Image.xml
index f1b26cd7..6054c44b 100644
--- a/xml/Image.xml
+++ b/xml/Image.xml
@@ -13,9 +13,9 @@
</method>
<method name="GetImagePosition">
+ <arg direction="in" name="coordType" type="u"/>
<arg direction="out" name="x" type="i"/>
<arg direction="out" name="y" type="i"/>
- <arg direction="in" name="coordType" type="u"/>
</method>
<method name="GetImageSize">