forked from AuroraMiddleware/gtk
Annotate ColorButton get_color and get_rgba.
This commit is contained in:
parent
f5d7a63aff
commit
61731c65aa
@ -721,7 +721,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.
|
||||
*
|
||||
@ -780,7 +780,7 @@ gtk_color_button_set_rgba (GtkColorButton *color_button,
|
||||
/**
|
||||
* gtk_color_button_get_rgba:
|
||||
* @color_button: a #GtkColorButton.
|
||||
* @rgba: a #GdkRGBA to fill in with the current color
|
||||
* @rgba: (out): a #GdkRGBA to fill in with the current color
|
||||
*
|
||||
* Sets @rgba to be the current color in the #GtkColorButton widget.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user