From c4d8fba4552348bf7108d89366c3faf86fe4426b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 25 Aug 2015 23:46:58 -0400 Subject: [PATCH] Annotate GtkColorButton get_color This is a backport of the corresponding change in gtk+ 3. http://bugzilla.gnome.org/show_bug.cgi?id=754046 --- gtk/gtkcolorbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c index 2265081414..791ec9ac49 100644 --- a/gtk/gtkcolorbutton.c +++ b/gtk/gtkcolorbutton.c @@ -684,7 +684,7 @@ gtk_color_button_set_alpha (GtkColorButton *color_button, /** * gtk_color_button_get_color: * @color_button: a #GtkColorButton. - * @color: a #GdkColor to fill in with the current color. + * @color: (out): a #GdkColor to fill in with the current color. * * Sets @color to be the current color in the #GtkColorButton widget. *