summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-10-17 18:24:59 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-10-17 18:25:11 -0500
commit0b3dc4cdf58330b22866851f7c6f614c08bfc98c (patch)
tree44a06ef1ad8f58d702dd9f71336edd86301545df /xml
parent5746bc799011093296c14fa51a880280934a8fd3 (diff)
downloadat-spi2-core-0b3dc4cdf58330b22866851f7c6f614c08bfc98c.tar.gz
Component.xml: document the GrabFocus method
Diffstat (limited to 'xml')
-rw-r--r--xml/Component.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/xml/Component.xml b/xml/Component.xml
index 087dc0ab..1a9761c6 100644
--- a/xml/Component.xml
+++ b/xml/Component.xml
@@ -165,6 +165,13 @@
<arg direction="out" type="n"/>
</method>
+ <!--
+ GrabFocus:
+
+ Attempts to set the keyboard input focus to the component.
+
+ Returns: true if successful, or false otherwise.
+ -->
<method name="GrabFocus">
<arg direction="out" type="b"/>
</method>