diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2016-02-02 15:08:10 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2016-02-02 15:08:10 +0000 |
commit | a85384135c34dda29a6a344a8cc5836baa8422a3 (patch) | |
tree | 95f8d13949736522e92772a1a871eea807e4cb77 /gdk/gdkrgba.c | |
parent | bfb727d37e6d5806869a5dee8c35cc1e953ea00b (diff) | |
download | gtk+-a85384135c34dda29a6a344a8cc5836baa8422a3.tar.gz |
Revert "Add missing (out) annotation to gdk_rgba_parse"
This reverts commit 695860958a9a2e7c825bcec4d0d42b427f0fb47e.
The change introduced an introspection ABI break.
See also: https://bugzilla.gnome.org/show_bug.cgi?id=682125
If we want to move the parse() method to be a constructor or a class
method, we'll need to do more testing or add new API.
https://bugzilla.gnome.org/show_bug.cgi?id=754990
Diffstat (limited to 'gdk/gdkrgba.c')
-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 86ea92874a..2a8e09693a 100644 --- a/gdk/gdkrgba.c +++ b/gdk/gdkrgba.c @@ -134,7 +134,7 @@ parse_rgb_value (const gchar *str, /** * gdk_rgba_parse: - * @rgba: (out): the #GdkRGBA to fill in + * @rgba: the #GdkRGBA to fill in * @spec: the string specifying the color * * Parses a textual representation of a color, filling in |