paramSpecUnichar

fngobject.param_spec.ParamSpec paramSpecUnichar(string name, string nick, string blurb, dchar defaultValue, gobject.types.ParamFlags flags)

Creates a new #GParamSpecUnichar instance specifying a G_TYPE_UINT property. #GValue structures for this property can be accessed with [gobject.value.Value.setUint] and [gobject.value.Value.getUint].

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
defaultValuedefault value for the property specified
flagsflags for the property specified

Returns

a newly created parameter specification