GInterfaceInfo

A structure that provides information to the type system which is used specifically for managing interface types.

Members

Variables

interfaceData
void* interfaceData;

user-supplied data passed to the interface init/finalize functions

interfaceFinalize
GInterfaceFinalizeFunc interfaceFinalize;

location of the interface finalization function

interfaceInit
GInterfaceInitFunc interfaceInit;

location of the interface initialization function