query
On this page

mkDconfKeyValue

lib.generators.mkDconfKeyValue

Docs pulled from | This Revision | 10 minutes ago


mkKeyValueDefault wrapper that handles dconf INI quirks. The main differences of the format is that it requires strings to be quoted.


Noogle detected

Implementation

The following is the current implementation of this function.

mkDconfKeyValue = mkKeyValueDefault { mkValueString = v: toString (gvariant.mkValue v); } "=";