diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:49:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:56:05 -0500 |
commit | 469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch) | |
tree | acacd39d222efb5f22738a36115ed946c43f7797 /gdk/gdkkeyuni.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gdk/gdkkeyuni.c')
-rw-r--r-- | gdk/gdkkeyuni.c | 4 |
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 **/ |