A GParamSpec derived structure that contains the meta data for float properties.
GParamSpec parent_instance;
private GParamSpec portion
gfloat minimum;
minimum value for the property specified
gfloat maximum;
maximum value for the property specified
gfloat default_value;
default value for the property specified
gfloat epsilon;
values closer than epsilon will be considered identical
by g_param_values_cmp(); the default value is 1e-30.
A GParamSpec derived structure that contains the meta data for float properties. GParamSpec parent_instance; private GParamSpec portion gfloat minimum; minimum value for the property specified gfloat maximum; maximum value for the property specified gfloat default_value; default value for the property specified gfloat epsilon; values closer than epsilon will be considered identical by g_param_values_cmp(); the default value is 1e-30.