query
On this page

mkInt64

lib.gvariant.mkInt64

Docs pulled from | This Revision | 8 minutes ago


Returns the GVariant int64 from the given Nix int value.

Type

mkInt64 :: Int -> gvariant

Noogle detected

Implementation

The following is the current implementation of this function.

mkInt64 = mkPrimitive type.int64;