lib/gvariant: init

This commit is contained in:
linsui
2023-06-14 16:14:23 +08:00
committed by linsui
parent f1aa0b9120
commit da614d98e9
4 changed files with 385 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ let
{ name = "filesystem"; description = "filesystem functions"; }
{ name = "sources"; description = "source filtering functions"; }
{ name = "cli"; description = "command-line serialization functions"; }
{ name = "gvariant"; description = "GVariant formatted string serialization functions"; }
];
};