Demarshals a value from a string.
Unlike [method@Gtk.Builder.value_from_string], this function takes a GType instead of GParamSpec.
Calls g_value_init() on the @value argument, so it need not be initialised beforehand.
Upon errors %FALSE will be returned and @error will be assigned a GError from the %GTK_BUILDER_ERROR domain.
the GType of the value
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.
Unlike [method@Gtk.Builder.value_from_string], this function takes a GType instead of GParamSpec.
Calls g_value_init() on the @value argument, so it need not be initialised beforehand.
Upon errors %FALSE will be returned and @error will be assigned a GError from the %GTK_BUILDER_ERROR domain.