mkUchar
lib.gvariant.mkUchar
Docs pulled from | This Revision | about 1 hour ago
Nixpkgs manual
Noogle detected
Implementation
The following is the current implementation of this function.
v: {
_type = "gvariant";
type = t;
value = v;
__toString = self: "@${self.type} ${toString self.value}"; # https://docs.gtk.org/glib/gvariant-text.html
}