[at-spi2-core: 15/30] Text.xml: Put 'in' arguments before 'out' arguments
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 15/30] Text.xml: Put 'in' arguments before 'out' arguments
- Date: Mon, 4 Jul 2022 19:25:17 +0000 (UTC)
commit ccbb10594290a979b20e81516b2a757d353f66a7
Author: Federico Mena Quintero <federico gnome org>
Date: Fri Jul 1 19:09:20 2022 -0500
Text.xml: Put 'in' arguments before 'out' arguments
Also, put QtDBus annotations next to the argument they correspond.
xml/Text.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/xml/Text.xml b/xml/Text.xml
index 25ae6d2b..334c2222 100644
--- a/xml/Text.xml
+++ b/xml/Text.xml
@@ -50,8 +50,8 @@
</method>
<method name="GetCharacterAtOffset">
- <arg name="offset" type="i" direction="in"/>
- <arg type="i" direction="out"/>
+ <arg direction="in" name="offset" type="i"/>
+ <arg direction="out" type="i"/>
</method>
<method name="GetAttributeValue">
@@ -63,9 +63,9 @@
<method name="GetAttributes">
<arg direction="in" name="offset" type="i"/>
<arg direction="out" type="a{ss}"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
<arg direction="out" name="startOffset" type="i"/>
<arg direction="out" name="endOffset" type="i"/>
- <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
</method>
<method name="GetDefaultAttributes">
@@ -75,11 +75,11 @@
<method name="GetCharacterExtents">
<arg direction="in" name="offset" type="i"/>
+ <arg direction="in" name="coordType" type="u"/>
<arg direction="out" name="x" type="i"/>
<arg direction="out" name="y" type="i"/>
<arg direction="out" name="width" type="i"/>
<arg direction="out" name="height" type="i"/>
- <arg direction="in" name="coordType" type="u"/>
</method>
<method name="GetOffsetAtPoint">
@@ -120,11 +120,11 @@
<method name="GetRangeExtents">
<arg direction="in" name="startOffset" type="i"/>
<arg direction="in" name="endOffset" type="i"/>
+ <arg direction="in" name="coordType" type="u"/>
<arg direction="out" name="x" type="i"/>
<arg direction="out" name="y" type="i"/>
<arg direction="out" name="width" type="i"/>
<arg direction="out" name="height" type="i"/>
- <arg direction="in" name="coordType" type="u"/>
</method>
<method name="GetBoundedRanges">
@@ -143,9 +143,9 @@
<arg direction="in" name="offset" type="i"/>
<arg direction="in" name="includeDefaults" type="b"/>
<arg direction="out" type="a{ss}"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
<arg direction="out" name="startOffset" type="i"/>
<arg direction="out" name="endOffset" type="i"/>
- <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
</method>
<method name="GetDefaultAttributeSet">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]