[at-spi2-core] Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS.



commit 51df182924189383149922e00aa20ae09611625a
Author: Daiki Ueno <ueno unixuser org>
Date:   Mon Apr 25 11:02:27 2011 +0900

    Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS.

 atspi/atspi-registry.c |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)
---
diff --git a/atspi/atspi-registry.c b/atspi/atspi-registry.c
index 92f7353..2045541 100644
--- a/atspi/atspi-registry.c
+++ b/atspi/atspi-registry.c
@@ -84,18 +84,12 @@ atspi_get_desktop_list ()
 }
 
 /**
- * ATSPI_KEYSET_ALL_KEYS:
- * @ATSPI_KEYSET_ALL_KEYS: A special value for an AtspiKeySet type, which tacitly
- *                       includes all keycodes and keyvals for the specified modifier set.
- **/
-
-/**
  * atspi_register_keystroke_listener:
  * @listener:  a pointer to the #AtspiDeviceListener for which
  *             keystroke events are requested.
- * @key_set: (element-type AtspiKeyDefinition): a pointer to the
+ * @key_set: (element-type AtspiKeyDefinition) (allow-none): a pointer to the
  *        #AtspiKeyDefinition array indicating which keystroke events are
- *        requested, or #ATSPI_KEYSET_ALL_KEYS
+ *        requested, or %NULL
  *        to indicate that all keycodes and keyvals for the specified
  *        modifier set are to be included.
  * @modmask:   an #AtspiKeyMaskType mask indicating which
@@ -187,9 +181,9 @@ atspi_register_keystroke_listener (AtspiDeviceListener  *listener,
  * atspi_deregister_keystroke_listener:
  * @listener: a pointer to the #AtspiDeviceListener for which
  *            keystroke events are requested.
- * @key_set: (element-type AtspiKeyDefinition): a pointer to the
+ * @key_set: (element-type AtspiKeyDefinition) (allow-none): a pointer to the
  *        #AtspiKeyDefinition array indicating which keystroke events are
- *        requested, or #ATSPI_KEYSET_ALL_KEYS
+ *        requested, or %NULL
  *        to indicate that all keycodes and keyvals for the specified
  *        modifier set are to be included.
  * @modmask:  the key modifier mask for which this listener is to be



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]