diff options
-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 |