GtkTypeObject

typedef GTypeInstance GtkTypeObject; Warning GtkTypeObject is deprecated and should not be used in newly-written code. A GtkTypeObject defines the minimum structure requirements for type instances. Type instances returned from gtk_type_new() and initialized through a GtkObjectInitFunc need to directly inherit from this structure or at least copy its fields one by one.

alias GtkTypeObject = GTypeInstance

Meta