Interface

Gio-2.0GioInitableNamespace

interface InitableNamespace {
    $gtype: GType<Gio.Initable>;
    prototype: Gio.Initable;
    newv<T = GObject.Object>(
        object_type: GType,
        parameters: Parameter[],
        cancellable?: Gio.Cancellable,
    ): T;
    newv(...args: never[]): any;
}
Index

Properties

Methods

Properties

$gtype: GType<Gio.Initable>
prototype: Gio.Initable

Methods