]> Pileus Git - ~andy/gtk/commitdiff
Fix the annotations of gtk_color_chooser_get_rgba()
authorFabian Henze <flyser42@gmx.de>
Mon, 5 Nov 2012 12:30:00 +0000 (13:30 +0100)
committerSébastien Wilmet <swilmet@gnome.org>
Fri, 4 Jan 2013 14:42:39 +0000 (15:42 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=687633

gtk/gtkcolorchooser.c

index 4727aaf535a0c39889a9fbc1416268e0ab967dc8..cbefdd3b4a855fa008357ea2921c18c8b9995dc6 100644 (file)
@@ -122,7 +122,7 @@ _gtk_color_chooser_color_activated (GtkColorChooser *chooser,
 /**
  * gtk_color_chooser_get_rgba:
  * @chooser: a #GtkColorChooser
- * @color: return location for the color
+ * @color: (out): a #GdkRGBA to fill in with the current color
  *
  * Gets the currently-selected color.
  *