From 3b2e710aa4390dd860a84ef16eefff8aaa343917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 2 May 2011 15:42:54 +0100 Subject: [PATCH] gtkbuilder.c: gtk_builder_value_from_string() also support GdkRGBA values --- gtk/gtkbuilder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 096d0b44b7..30fed9087f 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -1354,7 +1354,7 @@ gtk_builder_connect_signals_full (GtkBuilder *builder, * initialised beforehand. * * This function can handle char, uchar, boolean, int, uint, long, - * ulong, enum, flags, float, double, string, #GdkColor and + * ulong, enum, flags, float, double, string, #GdkColor, #GdkRGBA and * #GtkAdjustment type values. Support for #GtkWidget type values is * still to come. *