#include <stdapis/glib-2.0/gobject/gtype.h>
struct _GInterfaceInfo |
Public Attributes | |
---|---|
gpointer | interface_data |
GInterfaceFinalizeFunc | interface_finalize |
GInterfaceInitFunc | interface_init |
GInterfaceInfo: : location of the interface initialization function : location of the interface finalization function : user-supplied data passed to the interface init/finalize functions
A structure that provides information to the type system which is used specifically for managing interface types.