Package: gobject
Function gobject:value-flags
Lambda Listgobject:value-flags (gvalue) SyntaxArgumentsDetails Flags contents of gvalue. The g:value-flags function gets the contents of a g:value instance of type "GFlags". The (setf g:value-flags) function sets
the contents. Examples(gobject:with-value (gvalue "GApplicationFlags") (setf (g:value-flags gvalue) '(:handles-open :is-service)) (g:value-flags gvalue)) => (:IS-SERVICE :HANDLES-OPEN) | See also |
2024-12-22