gio.initable

Undocumented in source.

Public Imports

gio.initable_iface_proxy
public import gio.initable_iface_proxy;
Undocumented in source.

Members

Interfaces

Initable
interface Initable

gio.initable.Initable is implemented by objects that can fail during initialization. If an object implements this interface then it must be initialized as the first thing after construction, either via gio.initable.Initable.init_ or gio.async_initable.AsyncInitable.initAsync (the latter is only available if it also implements gio.async_initable.AsyncInitable).