#include <stdapis/glib-2.0/gobject/gparamspecs.h>
| struct _GParamSpecInt64 |
| Public Attributes | |
|---|---|
| gint64 | default_value |
| gint64 | maximum |
| gint64 | minimum |
| GParamSpec | parent_instance |
GParamSpecInt64: : 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 64bit integer properties.