gtkbuilder.c: gtk_builder_value_from_string() also support GdkRGBA values

This commit is contained in:
Javier Jardón 2011-05-02 15:42:54 +01:00
parent a8811efcd7
commit 3b2e710aa4

View File

@ -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.
*