GtkTypeInfo

Warning GtkTypeInfo is deprecated and should not be used in newly-written code. Holds information about the type. gtk_type_name() returns the name. object_size is somehow set to the number of bytes that an instance of the object will occupy. class_init_func holds the type's initialization function. object_init_func holds the initialization function for an instance of the object. reserved_1 is used for GtkEnumValue to hold the enumerated values.

Members

Variables

baseClassInitFunc
GtkClassInitFunc baseClassInitFunc;
Undocumented in source.
classInitFunc
GtkClassInitFunc classInitFunc;
Undocumented in source.
classSize
uint classSize;
Undocumented in source.
objectInitFunc
GtkObjectInitFunc objectInitFunc;
Undocumented in source.
objectSize
uint objectSize;
Undocumented in source.
reserved1
void* reserved1;
Undocumented in source.
reserved2
void* reserved2;
Undocumented in source.
typeName
char* typeName;
Undocumented in source.

Meta