Sets our main struct and passes it to the parent class.
Creates a new gobject.ParamSpecPool
Get the main Gtk struct
the main Gtk struct as a void*
Inserts a gobject.ParamSpec in the pool.
Gets an array of all gobject.ParamSpecs owned by owner_type in the pool.
Gets an GList of all gobject.ParamSpecs owned by owner_type in the pool.
Looks up a gobject.ParamSpec in the pool.
Removes a gobject.ParamSpec from the pool.
the main Gtk struct
A gobject.ParamSpecPool maintains a collection of gobject.ParamSpecs which can be quickly accessed by owner and name. The implementation of the GObject property system uses such a pool to store the gobject.ParamSpecs of the properties all object types.