diff options
author | Phil Clayton <phil.clayton@lineone.net> | 2015-09-13 11:58:37 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-23 18:16:51 -0500 |
commit | 695860958a9a2e7c825bcec4d0d42b427f0fb47e (patch) | |
tree | accb170743f5f0feeb908a95d972a1643d52fd77 | |
parent | b208edacc2c46d47a8700f1fe4b59f94da9daab8 (diff) | |
download | gtk+-695860958a9a2e7c825bcec4d0d42b427f0fb47e.tar.gz |
Add missing (out) annotation to gdk_rgba_parse
https://bugzilla.gnome.org/show_bug.cgi?id=754990
-rw-r--r-- | gdk/gdkrgba.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c index 2a8e09693a..86ea92874a 100644 --- a/gdk/gdkrgba.c +++ b/gdk/gdkrgba.c @@ -134,7 +134,7 @@ parse_rgb_value (const gchar *str, /** * gdk_rgba_parse: - * @rgba: the #GdkRGBA to fill in + * @rgba: (out): the #GdkRGBA to fill in * @spec: the string specifying the color * * Parses a textual representation of a color, filling in |