diff options
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r-- | gtk/gtkstyle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index 7d9e5ef6b4..dd445ec5f9 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -944,7 +944,7 @@ gtk_style_lookup_icon_set (GtkStyle *style, * gtk_style_lookup_color: * @style: a #GtkStyle * @color_name: the name of the logical color to look up - * @color: the #GdkColor to fill in + * @color: (out): the #GdkColor to fill in * * Looks up @color_name in the style's logical color mappings, * filling in @color and returning %TRUE if found, otherwise |