#include <stdapis/glib-2.0/gobject/gparamspecs.h>
| struct _GParamSpecLong |
| Public Attributes | |
|---|---|
| glong | default_value |
| glong | maximum |
| glong | minimum |
| GParamSpec | parent_instance |
GParamSpecLong: : private GParamSpec portion : minimum value for the property specified : maximum value for the property specified : default value for the property specified
A GParamSpec derived structure that contains the meta data for long integer properties.