gInitableNew {RGtk2} | R Documentation |
Helper function for constructing
GInitiableobject. This is similar to
gObjectNew
but also initializes the object
and returns NULL
, setting an error on failure.
gInitableNew(object.type, cancellable, ..., .errwarn = TRUE)
|
|
|
optional |
|
the value if the first property, followed by and other property
value pairs, and ended by |
.errwarn |
Whether to issue a warning on error or fail silently |
Since 2.22
A list containing the following elements:
retval |
[R object] a newly allocated |
|
a |
Derived by RGtkGen from GTK+ documentation