Package: gobject

CStruct gobject:param-spec-uint

Declaration

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

Values

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

Details

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

See also

2024-12-22