gobject.TypePluginT

Undocumented in source.

Public Imports

gobject.c.functions
public import gobject.c.functions;
Undocumented in source.
gobject.c.types
public import gobject.c.types;
Undocumented in source.
gtkc.gobjecttypes
public import gtkc.gobjecttypes;
Undocumented in source.

Members

Templates

TypePluginT
template TypePluginT(TStruct)

The GObject type system supports dynamic loading of types. The #GTypePlugin interface is used to handle the lifecycle of dynamically loaded types. It goes as follows:

Meta