Fix the annotations of gtk_color_chooser_get_rgba()

https://bugzilla.gnome.org/show_bug.cgi?id=687633
This commit is contained in:
Fabian Henze 2012-11-05 13:30:00 +01:00 committed by Sébastien Wilmet
parent d2c6a6bdfe
commit 7ace438166

View 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.
*