From 8dda7535058b9d0e7caae8cfc436e825f9ef27ac Mon Sep 17 00:00:00 2001 From: Martin Zurowietz Date: Fri, 13 Oct 2023 06:57:05 +0000 Subject: [PATCH] Fix docs for gtk_color_dialog_button_get_rgba The signal was incorrectly called "notify::color" but it is "notify::rgba". Resolves https://gitlab.gnome.org/GNOME/gtk/-/issues/6155 --- gtk/gtkcolordialogbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcolordialogbutton.c b/gtk/gtkcolordialogbutton.c index 0c1df6a9a3..80152cfc13 100644 --- a/gtk/gtkcolordialogbutton.c +++ b/gtk/gtkcolordialogbutton.c @@ -511,7 +511,7 @@ gtk_color_dialog_button_set_dialog (GtkColorDialogButton *self, * * This function is what should be used to obtain * the color that was chosen by the user. To get - * informed about changes, listen to "notify::color". + * informed about changes, listen to "notify::rgba". * * Returns: the color *