paramSpecGtype

fngobject.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

namecanonical name of the property specified
nicknick name for the property specified
blurbdescription of the property specified
isATypea #GType whose subtypes are allowed as values of the property (use G_TYPE_NONE for any type)
flagsflags for the property specified

Returns

a newly created parameter specification