mkNothing
lib.gvariant.mkNothing
Docs pulled from | This Revision | about 3 hours ago
Returns the GVariant nothing from the given element type.
Inputs
elemType
-
1. Function argument
Type
mkNothing :: gvariant.type -> gvariant
Noogle detected
Implementation
The following is the current implementation of this function.
mkNothing = elemType: mkMaybe elemType null;