GObject.ParamSpecFloat
Fields
| Name | Type | Access | Description | 
|---|
| default_value | float | r | default value for the property specified | 
| epsilon | float | r | values closer than epsilon will be considered identical by GObject.param_values_cmp(); the default value is 1e-30. | 
| maximum | float | r | maximum value for the property specified | 
| minimum | float | r | minimum value for the property specified | 
| parent_instance | GObject.ParamSpec | r | private GObject.ParamSpecportion | 
 
Class Details
- 
class GObject.ParamSpecFloat
- 
A GObject.ParamSpecderived structure that contains the meta data for float properties.