#include <stdapis/glib-2.0/gobject/gparamspecs.h>
| struct _GParamSpecDouble |
| Public Attributes | |
|---|---|
| gdouble | default_value |
| gdouble | epsilon |
| gdouble | maximum |
| gdouble | minimum |
| GParamSpec | parent_instance |
GParamSpecDouble: : private GParamSpec portion : minimum value for the property specified : maximum value for the property specified : default value for the property specified : values closer than will be considered identical by g_param_values_cmp(); the default value is 1e-90.
A GParamSpec derived structure that contains the meta data for double properties.