Struct
GObjectParamSpecPool
Functions
g_param_spec_pool_new
Creates a new GParamSpecPool
.
Instance methods
g_param_spec_pool_insert
Inserts a GParamSpec
in the pool.
g_param_spec_pool_list
Gets an array of all GParamSpecs
owned by owner_type
in
the pool.
g_param_spec_pool_list_owned
Gets an GList
of all GParamSpecs
owned by owner_type
in
the pool.
g_param_spec_pool_lookup
Looks up a GParamSpec
in the pool.
g_param_spec_pool_remove
Removes a GParamSpec
from the pool.