paramSpecObject

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

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

Returns

a newly created parameter specification