From 76db7d69f19ec6388cb8d78d88c02ab5dd0ff952 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 10 Jun 2010 14:53:12 -0400 Subject: [PATCH] annotate gtk_color_selection_get_current_color color param as out --- gtk/gtkcolorsel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c index 232b5d3923..d27ef79de0 100644 --- a/gtk/gtkcolorsel.c +++ b/gtk/gtkcolorsel.c @@ -2484,7 +2484,7 @@ gtk_color_selection_set_current_alpha (GtkColorSelection *colorsel, /** * gtk_color_selection_get_current_color: * @colorsel: a #GtkColorSelection. - * @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 GtkColorSelection widget. **/