#include <stdapis/glib-2.0/gobject/gparamspecs.h>
| struct _GParamSpecULong |
| Public Attributes | |
|---|---|
| gulong | default_value |
| gulong | maximum |
| gulong | minimum |
| GParamSpec | parent_instance |
GParamSpecULong: : 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 long integer properties.