query
On this page

mkNothing

lib.gvariant.mkNothing

Docs pulled from | This Revision | 12 minutes ago


Nixpkgs manual

Returns the GVariant nothing from the given element type.

Inputs

elemType

1. Function argument

Type

mkNothing :: GVariantType -> GVariant

Noogle detected

Implementation

The following is the current implementation of this function.

mkNothing = elemType: mkMaybe elemType null;