summaryrefslogtreecommitdiff
path: root/atspi/atspi-registry.c
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-11-07 09:00:39 -0500
committerMike Gorse <mgorse@novell.com>2010-11-07 09:00:39 -0500
commit05d45d055808d9195c23f108cf9e635f1d63270c (patch)
treee6b1f522d3f740e89a273ef0a60f345fa9cdce41 /atspi/atspi-registry.c
parentf5ad78008ea864a19ca48e610c3b38c2de9fc06e (diff)
downloadat-spi2-core-05d45d055808d9195c23f108cf9e635f1d63270c.tar.gz
Fix some annotations and documentation issues
Diffstat (limited to 'atspi/atspi-registry.c')
-rw-r--r--atspi/atspi-registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-registry.c b/atspi/atspi-registry.c
index 15263e16..cf49d3d3 100644
--- a/atspi/atspi-registry.c
+++ b/atspi/atspi-registry.c
@@ -95,7 +95,7 @@ atspi_get_desktop_list ()
* atspi_register_accessible_keystroke_listener:
* @listener: a pointer to the #AccessibleKeystrokeListener for which
* keystroke events are requested.
- * @keys: (type: AtspiKeyDefinition): a pointer to the
+ * @key_set: (type: AtspiKeyDefinition): a pointer to the
* #AccessibleKeyDefinition array indicating which keystroke events are requested, or #ATSPI_KEYSET_ALL_KEYS
* to indicate that all keycodes and keyvals for the specified
* modifier set are to be included.