paramTypeRegisterStatic
fn
gobject.types.GType paramTypeRegisterStatic(string name, gobject.types.ParamSpecTypeInfo pspecInfo)Registers name as the name of a new static type derived from G_TYPE_PARAM.
The type system uses the information contained in the #GParamSpecTypeInfo structure pointed to by info to manage the #GParamSpec type and its instances.
Parameters
name | 0-terminated string used as the name of the new #GParamSpec type. |
pspecInfo | The #GParamSpecTypeInfo for this #GParamSpec type. |
Returns
The new type identifier.