Package: gobject

CStruct gobject:param-spec-uchar

Declaration

(cffi:defcstruct param-spec-uchar
  (:parent-instance (:pointer (:struct param-spec)))
  (:minimum :uint8)
  (:maximum :uint8)
  (:default-value :uint8))  

Values

:parent-instance
The private g:param-spec portion.
:minimum
The unsigned 8-bit integer with the minimum value.
:maximum
The unsigned 8-bit integer with the maximum value.
:default-value
The unsigned 8-bit integer with the default value.

Details

The g:param-spec derived structure that contains the meta data for unsigned character properties.
 

See also

2024-9-13