Package: gobject

CStruct gobject:param-spec-float

Declaration

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

Values

:parent-instance
Private g:param-spec portion.
:minimum
The single float for the minimum value.
:maximum
The single float for the maximum value.
:default-value
The single float for the default value.
:epsilon
The single float, values closer than epsilon will be considered identical, the default value is 1e-30.

Details

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

See also

2024-12-22