serenity/Userland/Libraries/LibConfig
kleines Filmröllchen 33829f05fe Userland: Convert config listener callbacks to use StringView
The immutability of the string is not relevant here, since the string
we're given was allocated in the IPC serialization layer and will be
destroyed shortly afterwards. Additionally, noone relies on
DeprecatedString-specific functionality. This will make it easier to
convert the IPC layer itself to String later on.
2023-06-27 15:37:00 +01:00
..
Client.cpp LibCore: Big first step towards pluggable Core::EventLoop 2023-04-25 14:48:40 +02:00
Client.h LibConfig: Use full include path for endpoints 2023-03-24 00:31:03 +01:00
CMakeLists.txt
Listener.cpp Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
Listener.h Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00