cl-cffi-gtk4
API documentation
Package:
gobject
Function gobject:value-unset
Lambda List
gobject:value-unset
(
gvalue
)
Arguments
value
-- an initialized
g:value
instance
Details
Clears the current value in
gvalue
and "unsets" the type, this releases all resources associated with this
gvalue
instance. An unset value is the same as an uninitialized (zero-filled)
g:value
instance.
See also
g:value
2024-12-21