paramSpecBoxed

fngobject.param_spec.ParamSpec paramSpecBoxed(string name, string nick, string blurb, gobject.types.GType boxedType, gobject.types.ParamFlags flags)

Creates a new #GParamSpecBoxed instance specifying a G_TYPE_BOXED derived 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
boxedTypeG_TYPE_BOXED derived type of this property
flagsflags for the property specified

Returns

a newly created parameter specification