From: James Westman Date: Fri, 17 Sep 2021 04:53:42 +0000 (-0500) Subject: gtkcolorbutton: Fix documentation X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2^2~30 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1133bff614b4697b3725e1452f6194368f1aacfb;p=gtk4.git gtkcolorbutton: Fix documentation --- 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),