valum icon indicating copy to clipboard operation
valum copied to clipboard

Configuration module

Open arteymix opened this issue 2 years ago • 0 comments

Provide basic APIs for loading configuration that can be loaded into the router's global context.

GLib supports reading config files via GLib.KeyFile with generic GValue.

  • [ ] add Context.from_keyfile(GLib.KeyFile kf, string group) to load a GLib keyfile into a context

arteymix avatar Feb 28 '22 16:02 arteymix