gtkcolorbutton: Fix documentation

This commit is contained in:
James Westman 2021-09-16 23:53:42 -05:00
parent 2a12a3e6d9
commit f95c21b67c
No known key found for this signature in database
GPG Key ID: CE2DBA0ADB654EA6

View File

@ -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),