gtkBuilderValueFromString
, this function demarshals
a value from a string, but takes a GType
instead of GParamSpec
.
This function calls gValueInit()
on the value
argument, so it
need not be initialised beforehand.gtkBuilderValueFromStringType(object, type, string, .errwarn = TRUE)
object
type
GType
of the valuestring
TRUE
on successvalue
R object
to store the result inerror
NULL
. [ allow-none ]FALSE
will be returned and error
will be assigned a
GError
from the GTK_BUILDER_ERROR
domain.
Since 2.12