[at-spi2-core: 14/30] Image.xml: put the 'in' arguments before the 'out' arguments, per convention




commit 885ecdfcfd02fe1dc7b78ce6a25b52f9a9f3a6f1
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Jul 1 17:15:45 2022 -0500

    Image.xml: put the 'in' arguments before the 'out' arguments, per convention

 xml/Image.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]