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