1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Userland/Services/ConfigServer
Sam Atkins 92f8514a85 Services: Cast unused IPC::new_client_connection() results to void
These ones all manage their storage internally, whereas the WebContent
and ImageDecoder ones require the caller to manage their lifetime. This
distinction is not obvious to the user without looking through the code,
so an API that makes this clearer would be nice.
2021-12-05 15:31:03 +01:00
..
ClientConnection.cpp ConfigServer: Add methods to list groups and keys 2021-11-18 09:08:51 +01:00
ClientConnection.h ConfigServer: Add methods to list groups and keys 2021-11-18 09:08:51 +01:00
CMakeLists.txt ConfigServer: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
ConfigClient.ipc ConfigServer: Add method and notification for key removal 2021-11-13 12:55:46 +01:00
ConfigServer.ipc ConfigServer: Add methods to list groups and keys 2021-11-18 09:08:51 +01:00
main.cpp Services: Cast unused IPC::new_client_connection() results to void 2021-12-05 15:31:03 +01:00