Interface

Gio-2.0GioAsyncInitableNamespace

interface AsyncInitableNamespace {
    $gtype: GType<Gio.AsyncInitable<GObject.Object>>;
    prototype: Gio.AsyncInitable;
    newv_async(
        object_type: GType,
        n_parameters: number,
        parameters: Parameter,
        io_priority: number,
        cancellable?: Gio.Cancellable,
        callback?: AsyncReadyCallback<Gio.AsyncInitable<GObject.Object>>,
    ): void;
}
Index

Properties

Methods

Properties

prototype: Gio.AsyncInitable

Methods