Package: gobject
Bitfield gobject:param-flags
Declaration(cffi:defbitfield param-flags (:readable #.(ash 1 0)) (:writable #.(ash 1 1)) (:construct #.(ash 1 2)) (:construct-only #.(ash 1 3)) (:lax-validation #.(ash 1 4)) (:static-name #.(ash 1 5)) (:static-nick #.(ash 1 6)) (:static-blurb #.(ash 1 7)) (:deprecated #.(ash 1 31))) Values
Details Through the g:param-flags flag values, certain aspects of
parameters can be configured. | See also |
2024-12-22