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