paramSpecGtype
fn
gobject.param_spec.ParamSpec paramSpecGtype(string name, string nick, string blurb, gobject.types.GType isAType, gobject.types.ParamFlags flags)Creates a new #GParamSpecGType instance specifying a G_TYPE_GTYPE property.
See [gobject.param_spec.ParamSpec.internal] for details on property names.
Parameters
name | canonical name of the property specified |
nick | nick name for the property specified |
blurb | description of the property specified |
isAType | a #GType whose subtypes are allowed as values of the property (use G_TYPE_NONE for any type) |
flags | flags for the property specified |
Returns
a newly created parameter specification