paramSpecBoxed
fn
gobject.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
name | canonical name of the property specified |
nick | nick name for the property specified |
blurb | description of the property specified |
boxedType | G_TYPE_BOXED derived type of this property |
flags | flags for the property specified |
Returns
a newly created parameter specification