Annotate GtkColorButton get_color

This is a backport of the corresponding change in gtk+ 3.

http://bugzilla.gnome.org/show_bug.cgi?id=754046
This commit is contained in:
Matthias Clasen 2015-08-25 23:46:58 -04:00
parent 46c28bd54d
commit c4d8fba455

View File

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