summaryrefslogtreecommitdiff
path: root/gdk/gdkkeyuni.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 18:49:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 18:56:05 -0500
commit469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch)
treeacacd39d222efb5f22738a36115ed946c43f7797 /gdk/gdkkeyuni.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gdk/gdkkeyuni.c')
-rw-r--r--gdk/gdkkeyuni.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkkeyuni.c b/gdk/gdkkeyuni.c
index a8c1c3472b..d770737ccc 100644
--- a/gdk/gdkkeyuni.c
+++ b/gdk/gdkkeyuni.c
@@ -879,7 +879,7 @@ static const struct {
* Convert from a GDK key symbol to the corresponding ISO10646 (Unicode)
* character.
*
- * Return value: the corresponding unicode character, or 0 if there
+ * Returns: the corresponding unicode character, or 0 if there
* is no corresponding character.
**/
guint32
@@ -1678,7 +1678,7 @@ static const struct {
*
* Convert from a ISO10646 character to a key symbol.
*
- * Return value: the corresponding GDK key symbol, if one exists.
+ * Returns: the corresponding GDK key symbol, if one exists.
* or, if there is no corresponding symbol,
* wc | 0x01000000
**/