[at-spi2-core] Improving atspi-types documentation.
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Improving atspi-types documentation.
- Date: Mon, 31 Oct 2011 21:26:30 +0000 (UTC)
commit b2ea9bb75e75dc7f563ad515018ac00b9d3850fb
Author: Aline Bessa <alibezz gmail com>
Date: Thu Aug 4 19:41:28 2011 -0300
Improving atspi-types documentation.
atspi/atspi-types.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/atspi/atspi-types.h b/atspi/atspi-types.h
index e56f93f..99bb8f5 100644
--- a/atspi/atspi-types.h
+++ b/atspi/atspi-types.h
@@ -118,14 +118,14 @@ typedef struct _AtspiKeySet
/**
*AtspiKeyListenerSyncType:
- * SPI_KEYLISTENER_NOSYNC: Events may be delivered asynchronously,
+ * @ATSPI_KEYLISTENER_NOSYNC: Events may be delivered asynchronously,
* which means in some cases they may already have been delivered to the
* application before the AT client receives the notification.
- * SPI_KEYLISTENER_SYNCHRONOUS: Events are delivered synchronously, before the
+ * @ATSPI_KEYLISTENER_SYNCHRONOUS: Events are delivered synchronously, before the
* currently focussed application sees them.
- * ATSPI_KEYLISTENER_CANCONSUME: Events may be consumed by the AT client. Presumes and
+ * @ATSPI_KEYLISTENER_CANCONSUME: Events may be consumed by the AT client. Presumes and
* requires #ATSPI_KEYLISTENER_SYNCHRONOUS, incompatible with #ATSPI_KEYLISTENER_NOSYNC.
- * SPI_KEYLISTENER_ALL_WINDOWS: Events are received not from the application toolkit layer, but
+ * @ATSPI_KEYLISTENER_ALL_WINDOWS: Events are received not from the application toolkit layer, but
* from the device driver or windowing system subsystem; such notifications are 'global' in the
* sense that they are not broken or defeated by applications that participate poorly
* in the accessibility APIs, or not at all; however because of the intrusive nature of
@@ -133,8 +133,8 @@ typedef struct _AtspiKeySet
* event notifications, even when inaccessible or "broken" applications have focus, are not
* required, it may be best to avoid this enum value/flag.
*
- *Specified the tyupe of a key listener event.
- * Certain of the values above can and should be bitwise-'OR'ed
+ * Specifies the type of a key listener event.
+ * The values above can and should be bitwise-'OR'-ed
* together, observing the compatibility limitations specified in the description of
* each value. For instance, #ATSPI_KEYLISTENER_ALL_WINDOWS | #ATSPI_KEYLISTENER_CANCONSUME is
* a commonly used combination which gives the AT complete control over the delivery of matching
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]