summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Westman <james@jwestman.net>2021-09-16 23:53:42 -0500
committerJames Westman <james@jwestman.net>2021-09-16 23:53:42 -0500
commitf95c21b67c59d25e4bfafff84bb02077e88a4d37 (patch)
treeeee0f60cceaaae49426a2bc38b04d986ca303135
parent2a12a3e6d904225a74f82d02c3b6aadbbd453323 (diff)
downloadgtk+-f95c21b67c59d25e4bfafff84bb02077e88a4d37.tar.gz
gtkcolorbutton: Fix documentation
-rw-r--r--gtk/gtkcolorbutton.c2
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),