1e0e50266b
Returns a list of key-value pairs starting with a prefix. If you have in config: ``` env-FOO = bar env-CAT = dog ``` then `get_with_prefix("env-")` will return `[{"FOO", "bar"}, {"CAT", "dog"}]` |
||
---|---|---|
.. | ||
adapters | ||
cairo | ||
components | ||
drawtypes | ||
events | ||
modules | ||
tags | ||
utils | ||
x11 | ||
CMakeLists.txt | ||
common.hpp | ||
debug.hpp | ||
errors.hpp | ||
settings.hpp.cmake |