GParamSpecFloat

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.

Members

Variables

defaultValue
float defaultValue;
Undocumented in source.
epsilon
float epsilon;
Undocumented in source.
maximum
float maximum;
Undocumented in source.
minimum
float minimum;
Undocumented in source.
parentInstance
GParamSpec parentInstance;
Undocumented in source.

Meta