Package: gobject

CStruct gobject:param-spec-long

Details

A g:param-spec derived structure that contains the meta data for long integer properties.
(cffi:defcstruct param-spec-long
  (:parent-instance (:pointer (:struct param-spec)))
  (:minimum :long)
  (:maximum :long)
  (:default-value :long))  
:parent-instance
Private g:param-spec portion.
:minimum
A long integer with the minimum value.
:maximum
A long integer with the maximum value.
:default-value
A long integer with the default value.
 

See also

#2022-12-31