GParamSpecDouble

A #GParamSpec derived structure that contains the meta data for double properties.

Members

Variables

defaultValue
double defaultValue;

default value for the property specified

epsilon
double epsilon;

values closer than @epsilon will be considered identical by gobject.global.paramValuesCmp; the default value is 1e-90.

maximum
double maximum;

maximum value for the property specified

minimum
double minimum;

minimum value for the property specified

parentInstance
GParamSpec parentInstance;

private #GParamSpec portion