summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2021-08-23 10:49:18 +0200
committerCarlos Garcia Campos <cgarcia@igalia.com>2021-08-23 10:49:18 +0200
commitade54cc7da0b2b8b600c97dabbe4d7ab3acd5224 (patch)
tree072ed5137b217da86f87af336a64d12fdf426e61
parenteab91dd8bc3d3251891650129028ac5d7410450c (diff)
downloadat-spi2-core-carlosgc/xml-scroll-to.tar.gz
xml: Fix Component.ScrollTo methods signature to match the implementationcarlosgc/xml-scroll-to
They are expected to return a boolean.
-rw-r--r--xml/Component.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/xml/Component.xml b/xml/Component.xml
index 94056ff9..afefab8e 100644
--- a/xml/Component.xml
+++ b/xml/Component.xml
@@ -74,12 +74,14 @@
<method name="ScrollTo">
<arg direction="in" name="type" type="u"/>
+ <arg direction="out" type="b"/>
</method>
<method name="ScrollToPoint">
<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>