query
On this page

mkInt16

lib.gvariant.mkInt16

Docs pulled from | This Revision | about 1 hour ago


Returns the GVariant int16 from the given Nix int value.

Type

mkInt16 :: Int -> gvariant

Noogle detected

Implementation

The following is the current implementation of this function.

mkInt16 = mkPrimitive type.int16;