Package: glib

Function glib:variant-uint32

Lambda List

glib:variant-uint32 (value)

Arguments

value -- a g:variant instance with a :uint32 value

Return Value

The :uint32 value.

Details

Returns the 32-bit unsigned integer value of value. It is an error to call this function with a value of any type other than a g:variant-type type with the "u" type string.
 

See also

#2024-11-20