Package: gobject

CStruct gobject:param-spec-ulong

Declaration

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

Values

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

Details

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

See also

2024-12-22