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