Package: gobject

CStruct gobject:param-spec-int

Declaration

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

Values

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

Details

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

See also

2024-12-22