Package: gobject

CStruct g-param-spec-uchar

Details

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

See also

2021-12-14