Description Usage Arguments Details Value Author(s)
Like 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.
1 | gtkBuilderValueFromStringType(object, type, string, .errwarn = TRUE)
|
|
a |
|
the |
|
the string representation of the value |
.errwarn |
Whether to issue a warning on error or fail silently |
Upon errors FALSE
will be returned and error
will be assigned a
GError
from the GTK_BUILDER_ERROR
domain.
Since 2.12
A list containing the following elements:
retval |
[logical] |
|
the |
|
return location for an error, or |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.