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/gdkrgba.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gdk/gdkrgba.c')
-rw-r--r-- | gdk/gdkrgba.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c index 5f65d1574c..66d0bd4039 100644 --- a/gdk/gdkrgba.c +++ b/gdk/gdkrgba.c @@ -281,7 +281,7 @@ gdk_rgba_parse (GdkRGBA *rgba, * A hash function suitable for using for a hash * table that stores #GdkRGBAs. * - * Return value: The hash value for @p + * Returns: The hash value for @p * * Since: 3.0 */ @@ -303,7 +303,7 @@ gdk_rgba_hash (gconstpointer p) * * Compares two RGBA colors. * - * Return value: %TRUE if the two colors compare equal + * Returns: %TRUE if the two colors compare equal * * Since: 3.0 */ |