Package: gobject
CStruct gobject:param-spec
Declaration(cffi:defcstruct param-spec (:type-instance (:pointer (:struct type-instance))) (:name (:string :free-from-foreign nil :free-to-foreign nil)) (:flags param-flags) (:value-type type-t) (:owner-type type-t)) Values
Details The g:param-spec structure is an object structure that encapsulates
the metadata required to specify parameters, such as, for example g:object properties. Parameter names need to start with a letter (a-z or A-Z). Subsequent characters can be letters, numbers or a '-'. All other characters are replaced by a '-' during construction. The result of this replacement is called the canonical name of the parameter. | See also |
2024-9-16