Package: glib
Macro glib:with-option-context
Lambda Listglib:with-option-context ((context &rest args) &body body) SyntaxArgumentsDetails              The g:with-option-context macro allocates a new    g:option-context instance, initializes the option context with the    optional parameter value and executes the body that uses the context.  
  After execution of the body the allocated memory for the option context is  released. See the documentation of the g:option-context-new function
  for more information about the initialization of the new option context.      | See also | 
2025-05-22