A GParamSpec derived structure that contains the meta data for unsigned integer properties.
GParamSpec parent_instance;
private GParamSpec portion
guint minimum;
minimum value for the property specified
guint maximum;
maximum value for the property specified
guint default_value;
default value for the property specified
A GParamSpec derived structure that contains the meta data for unsigned integer properties. GParamSpec parent_instance; private GParamSpec portion guint minimum; minimum value for the property specified guint maximum; maximum value for the property specified guint default_value; default value for the property specified