#include <stdapis/glib-2.0/gobject/gparamspecs.h>
struct _GParamSpecFloat |
Public Attributes | |
---|---|
gfloat | default_value |
gfloat | epsilon |
gfloat | maximum |
gfloat | minimum |
GParamSpec | parent_instance |
GParamSpecFloat: : 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-30.
A GParamSpec derived structure that contains the meta data for float properties.