paramSpecFlags

fngobject.param_spec.ParamSpec paramSpecFlags(string name, string nick, string blurb, gobject.types.GType flagsType, uint defaultValue, gobject.types.ParamFlags flags)

Creates a new #GParamSpecFlags instance specifying a G_TYPE_FLAGS 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
flagsTypea #GType derived from G_TYPE_FLAGS
defaultValuedefault value for the property specified
flagsflags for the property specified

Returns

a newly created parameter specification