diff options
author | James Westman <james@jwestman.net> | 2021-09-16 23:53:42 -0500 |
---|---|---|
committer | James Westman <james@jwestman.net> | 2021-09-16 23:53:42 -0500 |
commit | f95c21b67c59d25e4bfafff84bb02077e88a4d37 (patch) | |
tree | eee0f60cceaaae49426a2bc38b04d986ca303135 | |
parent | 2a12a3e6d904225a74f82d02c3b6aadbbd453323 (diff) | |
download | gtk+-f95c21b67c59d25e4bfafff84bb02077e88a4d37.tar.gz |
gtkcolorbutton: Fix documentation
-rw-r--r-- | gtk/gtkcolorbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c index d34e0c3cf3..499c57f3f2 100644 --- a/gtk/gtkcolorbutton.c +++ b/gtk/gtkcolorbutton.c @@ -193,7 +193,7 @@ gtk_color_button_class_init (GtkColorButtonClass *klass) * * 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 - * the notify::color signal. + * the notify::rgba signal. */ color_button_signals[COLOR_SET] = g_signal_new (I_("color-set"), G_TYPE_FROM_CLASS (gobject_class), |