Package: glib

Function glib:variant-iter-new

Lambda List

glib:variant-iter-new (value)

Arguments

value -- a g:variant instance

Return Value

The new heap-allocated g:variant-iter instance.

Details

Creates a heap-allocated g:variant-iter instance for iterating over the items in value. Use the g:variant-iter-free function to free the return value when you no longer need it.

A reference is taken to value and will be released only when the g:variant-iter-free function is called.
 

See also

2025-05-04