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 for the minimum value.
:maximum
The integer for the maximum value.
:default-value
The integer for the default value.

Details

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

See also

2025-09-27