Demarshals a value from a string.
This function calls g_value_init() on the @value argument, so it need not be initialised beforehand.
Can handle char, uchar, boolean, int, uint, long, ulong, enum, flags, float, double, string, GdkRGBA and GtkAdjustment type values.
Upon errors %FALSE will be returned and @error will be assigned a GError from the %GTK_BUILDER_ERROR domain.
the GParamSpec for the property
the string representation of the value
the GValue to store the result in
%TRUE on success
GException on failure.
See Implementation
Demarshals a value from a string.
This function calls g_value_init() on the @value argument, so it need not be initialised beforehand.
Can handle char, uchar, boolean, int, uint, long, ulong, enum, flags, float, double, string, GdkRGBA and GtkAdjustment type values.
Upon errors %FALSE will be returned and @error will be assigned a GError from the %GTK_BUILDER_ERROR domain.