Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtype.h>
Data Fields | |
GInterfaceInitFunc | interface_init |
GInterfaceFinalizeFunc | interface_finalize |
gpointer | interface_data |
GInterfaceInfo: @interface_init: location of the interface initialization function @interface_finalize: location of the interface finalization function @interface_data: 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.
GInterfaceFinalizeFunc _GInterfaceInfo::interface_finalize |
GInterfaceInitFunc _GInterfaceInfo::interface_init |