Package: gobject

CStruct gobject:param-spec-char

Declaration

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

Values

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

Details

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

See also

2024-9-13