Package: glib

Function glib:variant-get

Lambda List

glib:variant-get (value)

Arguments

value -- a g:variant instance

Return Value

The value for the g:variant instance.

Details

Returns the value for the variant.

Notes

This function does not provide a general implementation for all variant types. Instead, it only allows basic types that have a g:variant-class value. An error condition is thrown for all other variant types.
 

See also

2025-05-27