summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-10-17 17:44:20 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-10-17 17:44:20 -0500
commit50dfcc7caf03f2d788813121a1033c6b4c9bd942 (patch)
tree58b72cd4174689bddaa0dcc70a40952a34896279 /xml
parentf7216dd61cf73ec85475de760a17293c7b6ce15a (diff)
downloadat-spi2-core-50dfcc7caf03f2d788813121a1033c6b4c9bd942.tar.gz
Component.xml: document the GetSize method
Diffstat (limited to 'xml')
-rw-r--r--xml/Component.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/xml/Component.xml b/xml/Component.xml
index 411dbe87..4260a828 100644
--- a/xml/Component.xml
+++ b/xml/Component.xml
@@ -99,6 +99,12 @@
<arg direction="out" name="y" type="i"/>
</method>
+ <!--
+ GetSize:
+ Queries the pixel size of a component.
+
+ Returns: (width, height) of the component's rectangular area.
+ -->
<method name="GetSize">
<arg direction="out" name="width" type="i"/>
<arg direction="out" name="height" type="i"/>