Package: gobject

CStruct gobject:param-spec-double

Declaration

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

Values

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

Details

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

See also

2024-12-12