2003-07-22 Padraig O'Briain <padraig.obriain@sun.com>
authorpadraigo <padraigo@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 22 Jul 2003 15:19:57 +0000 (15:19 +0000)
committerpadraigo <padraigo@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 22 Jul 2003 15:19:57 +0000 (15:19 +0000)
* cspi/spi_registry.c (SPI_registerAccessibleKeyStrokeListener):
Correct CSPI to SPI in function documentation.

This fixes bug #118054.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@492 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
cspi/spi_registry.c

index 81cfb38..1b9c736 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-07-22  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * cspi/spi_registry.c (SPI_registerAccessibleKeyStrokeListener):
+       Correct CSPI to SPI in function documentation.
+
+       This fixes bug #118054.
+
 2003-07-16  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
 
        * configure.in: Added Russian to ALL_LINGUAS.
index feb3bac..102140d 100644 (file)
@@ -306,7 +306,7 @@ SPI_freeDesktopList (Accessible **desktop_list)
  * @listener:  a pointer to the #AccessibleKeystrokeListener for which
  *             keystroke events are requested.
  * @keys:      a pointer to the #AccessibleKeySet indicating which
- *             keystroke events are requested, or #CSPI_KEYSET_ALL_KEYS
+ *             keystroke events are requested, or #SPI_KEYSET_ALL_KEYS
  *             to indicate that all keycodes and keyvals for the specified
  *             modifier set are to be included.
  * @modmask:   an #AccessibleKeyMaskType mask indicating which
@@ -321,8 +321,8 @@ SPI_freeDesktopList (Accessible **desktop_list)
  *             the behavior of the notification/listener transaction.
  *             
  * Register a listener for keystroke events, either pre-emptively for
- *             all windows (CSPI_KEYLISTENER_ALL_WINDOWS), or
- *             non-preemptively (CSPI_KEYLISTENER_NOSYNC).
+ *             all windows (SPI_KEYLISTENER_ALL_WINDOWS), or
+ *             non-preemptively (SPI_KEYLISTENER_NOSYNC).
  *             ( Other sync_type values may be available in the future.)
  *
  * Returns: #TRUE if successful, otherwise #FALSE.