forked from AuroraMiddleware/gtk
gtkcolorbutton: Fix documentation
This commit is contained in:
parent
2a12a3e6d9
commit
f95c21b67c
@ -193,7 +193,7 @@ gtk_color_button_class_init (GtkColorButtonClass *klass)
|
|||||||
*
|
*
|
||||||
* Note that this signal is only emitted when the user changes the color.
|
* Note that this signal is only emitted when the user changes the color.
|
||||||
* If you need to react to programmatic color changes as well, use
|
* If you need to react to programmatic color changes as well, use
|
||||||
* the notify::color signal.
|
* the notify::rgba signal.
|
||||||
*/
|
*/
|
||||||
color_button_signals[COLOR_SET] = g_signal_new (I_("color-set"),
|
color_button_signals[COLOR_SET] = g_signal_new (I_("color-set"),
|
||||||
G_TYPE_FROM_CLASS (gobject_class),
|
G_TYPE_FROM_CLASS (gobject_class),
|
||||||
|
Loading…
Reference in New Issue
Block a user