GParamSpecFloat

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

Members

Variables

defaultValue
float defaultValue;

default value for the property specified

epsilon
float epsilon;

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

maximum
float maximum;

maximum value for the property specified

minimum
float minimum;

minimum value for the property specified

parentInstance
GParamSpec parentInstance;

private #GParamSpec portion