Description Usage Arguments Details Value Author(s)
Generate a GIcon
instance from str
. This function can fail if
str
is not valid - see gIconToString
for discussion.
1 | gIconNewForString(str, .errwarn = TRUE)
|
|
A string obtained via |
.errwarn |
Whether to issue a warning on error or fail silently |
If your application or library provides one or more GIcon
implementations you need to ensure that each GType
is registered
with the type system prior to calling gIconNewForString
.
Since 2.20
A list containing the following elements:
retval |
[ |
|
Return location for error. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.