summaryrefslogtreecommitdiff
path: root/atspi/atspi-types.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-09 12:18:45 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-12 16:47:54 -0600
commit7ecd7343ea9573b1ee252f6195e5b79bc53039b6 (patch)
tree3e3c9a76aa3f80159633c43930b98f2a09b4bf38 /atspi/atspi-types.h
parentbce321f81ac9f0a4af0df9cc7ec019b2d7ffb9d0 (diff)
downloadat-spi2-core-7ecd7343ea9573b1ee252f6195e5b79bc53039b6.tar.gz
DeviceEventController.xml: document the RegisterKeystrokeListener method
This method is still used, but is in the process of deprecation by the atspi-device-listener functions. I'm documenting it to have a reference of what the dbus demarshalling code is supposed to do.
Diffstat (limited to 'atspi/atspi-types.h')
-rw-r--r--atspi/atspi-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-types.h b/atspi/atspi-types.h
index b6c28b49..cb762616 100644
--- a/atspi/atspi-types.h
+++ b/atspi/atspi-types.h
@@ -145,7 +145,7 @@ typedef struct _AtspiKeySet
* which means in some cases they may already have been delivered to the
* application before the AT client receives the notification.
* @ATSPI_KEYLISTENER_SYNCHRONOUS: Events are delivered synchronously, before the
- * currently focussed application sees them.
+ * currently focused application sees them.
* @ATSPI_KEYLISTENER_CANCONSUME: Events may be consumed by the AT client. Presumes and
* requires #ATSPI_KEYLISTENER_SYNCHRONOUS, incompatible with #ATSPI_KEYLISTENER_NOSYNC.
* @ATSPI_KEYLISTENER_ALL_WINDOWS: Events are received not from the application toolkit layer, but