Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS.
authorDaiki Ueno <ueno@unixuser.org>
Mon, 25 Apr 2011 02:02:27 +0000 (11:02 +0900)
committerMike Gorse <mgorse@novell.com>
Mon, 25 Apr 2011 21:48:57 +0000 (16:48 -0500)
atspi/atspi-registry.c

index 92f7353..2045541 100644 (file)
@@ -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