Package: gobject

CStruct gobject:param-spec-int64

Declaration

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

Values

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

Details

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

See also

2024-12-22