Package: gobject

CStruct gobject:param-spec-uint64

Declaration

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

Values

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

Details

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

See also

2024-12-22