Package: gobject

CStruct g-param-spec-int

Details

A g-param-spec derived structure that contains the meta data for integer properties.
(defcstruct g-param-spec-int
  (:parent-instance (:pointer (:struct g-param-spec)))
  (:minimum :int)
  (:maximum :int)
  (:default-value :int))  
:parent-instance
Private g-param-spec portion.
:minimum
An integer with the minimum value.
:maximum
An integer with the maximum value.
:default-value
An integer with the default value.
 

See also

2021-12-14