query
On this page

mkUint32

lib.gvariant.mkUint32

Docs pulled from | This Revision | about 1 hour ago


Returns the GVariant uint32 from the given Nix int value.

Type

mkUint32 :: Int -> gvariant

Noogle detected

Implementation

The following is the current implementation of this function.

mkUint32 = mkPrimitive type.uint32;