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