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