gio.initable_mixin

Undocumented in source.

Public Imports

gio.initable_iface_proxy
public import gio.initable_iface_proxy;
Undocumented in source.
gid.gid
public import gid.gid;
Undocumented in source.
gio.c.functions
public import gio.c.functions;
Undocumented in source.
gio.c.types
public import gio.c.types;
Undocumented in source.
gio.cancellable
public import gio.cancellable;
Undocumented in source.
gio.types
public import gio.types;
Undocumented in source.
glib.error
public import glib.error;
Undocumented in source.

Members

Templates

InitableT
template InitableT()

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).