_GParamSpecDouble Struct Reference

#include <stdapis/glib-2.0/gobject/gparamspecs.h>

struct _GParamSpecDouble

Detailed Description

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.

Member Attribute Documentation

default_value

gdouble default_value

epsilon

gdouble epsilon

maximum

gdouble maximum

minimum

gdouble minimum

parent_instance

GParamSpec parent_instance