summaryrefslogtreecommitdiff
path: root/atspi/atspi-registry.c
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@unixuser.org>2011-04-25 11:02:27 +0900
committerMike Gorse <mgorse@novell.com>2011-04-25 16:48:57 -0500
commit51df182924189383149922e00aa20ae09611625a (patch)
tree127d65f454ca9e1de98fe99af4ce96312018e38e /atspi/atspi-registry.c
parent3954307bf56af9d03b54e9e8eadf4978146da985 (diff)
downloadat-spi2-core-51df182924189383149922e00aa20ae09611625a.tar.gz
Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS.
Diffstat (limited to 'atspi/atspi-registry.c')
-rw-r--r--atspi/atspi-registry.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/atspi/atspi-registry.c b/atspi/atspi-registry.c
index 92f73538..20455419 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