summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2021-08-12 08:24:05 +0200
committerCarlos Garcia Campos <cgarcia@igalia.com>2021-08-12 08:24:05 +0200
commit262d2043be324c274f78d96bd8433a34210f932c (patch)
treec141dbd83a48f87f8cf198b2dcd45f1bfa4f05ce
parentbf99943620823e0e7f54898d5f7574812b27e525 (diff)
downloadat-spi2-core-262d2043be324c274f78d96bd8433a34210f932c.tar.gz
xml: Fix Text.ScrollSubstring methods signature to match the implementation
They are expected to return a boolean.
-rw-r--r--xml/Text.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/xml/Text.xml b/xml/Text.xml
index fe9f44b7..da772ae1 100644
--- a/xml/Text.xml
+++ b/xml/Text.xml
@@ -157,6 +157,7 @@
<arg direction="in" name="startOffset" type="i"/>
<arg direction="in" name="endOffset" type="i"/>
<arg direction="in" name="type" type="u"/>
+ <arg direction="out" type="b"/>
</method>
<method name="ScrollSubstringToPoint">
@@ -165,6 +166,7 @@
<arg direction="in" name="type" type="u"/>
<arg direction="in" name="x" type="i"/>
<arg direction="in" name="y" type="i"/>
+ <arg direction="out" type="b"/>
</method>
</interface>