From 9c167e6e336549c11bb7b7c67d9f0945b27551b5 Mon Sep 17 00:00:00 2001 From: padraigo Date: Tue, 22 Jul 2003 15:19:57 +0000 Subject: [PATCH] 2003-07-22 Padraig O'Briain * 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 | 7 +++++++ cspi/spi_registry.c | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 81cfb389..1b9c736d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-07-22 Padraig O'Briain + + * cspi/spi_registry.c (SPI_registerAccessibleKeyStrokeListener): + Correct CSPI to SPI in function documentation. + + This fixes bug #118054. + 2003-07-16 Dmitry G. Mastrukov * configure.in: Added Russian to ALL_LINGUAS. diff --git a/cspi/spi_registry.c b/cspi/spi_registry.c index feb3bac5..102140d1 100644 --- a/cspi/spi_registry.c +++ b/cspi/spi_registry.c @@ -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. -- 2.34.1