paramValueIsValid

Return whether the contents of value comply with the specifications set out by pspec.

Parameters

pspec gobject.param_spec.ParamSpec

a valid #GParamSpec

value gobject.value.Value

a #GValue of correct type for pspec

Return Value

Type: bool

whether the contents of value comply with the specifications set out by pspec.