Helper function for constructing GInitiable object. This is similar to g_object_newv() but also initializes the object and returns NULL, setting an error on failure. Since 2.22
a GType supporting GInitable.
the parameters to use to construct the object
optional GCancellable object, NULL to ignore.
a newly allocated GObject, or NULL on error. [transfer full]
GException on failure.
See Implementation
Helper function for constructing GInitiable object. This is similar to g_object_newv() but also initializes the object and returns NULL, setting an error on failure. Since 2.22