Package: gobject
Macro gobject:with-value
Lambda Listgobject:with-value ((var &rest args) &body body) SyntaxArgumentsDetails The g:with-value macro allocates a new g:value
instance, initializes it with the given values and executes the body that uses gvalue. After execution of the body the g:value-unset function is called on gvalue. This clears the current value in gvalue, unsets the type and releases all resources associated with gvalue. Notes | See also |
2024-12-21