gtkcolorbutton: Fix documentation
authorJames Westman <james@jwestman.net>
Fri, 17 Sep 2021 04:53:42 +0000 (23:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 31 Oct 2021 21:52:04 +0000 (17:52 -0400)
gtk/gtkcolorbutton.c

index d34e0c3cf342f6a52aea2878f3b14a13e35a0ad2..499c57f3f2d0c69dea318e283813546ee1fe6e0f 100644 (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.
    * 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),