mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Revert "Add missing (out) annotation to gdk_rgba_parse"
This reverts commit 695860958a
.
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
This commit is contained in:
parent
bfb727d37e
commit
a85384135c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user