Deprecatedobject_type: GTypea GObject.GType supporting Gio.Initable.
Deprecatedparameters: Parameter[]the parameters to use to construct the object
OptionalDeprecatedcancellable: Gio.Cancellableoptional Gio.Cancellable object, null to ignore.
a newly allocated GObject.Object, or null on error
since 2.54: Use g_object_new_with_properties() and g_initable_init() instead. See GObject.Parameter for more information.
Helper function for constructing Gio.Initable object. This is similar to
g_object_newv()but also initializes the object and returnsnull, setting an error on failure.