ladybird/Userland/Libraries/LibProtocol
Gunnar Beutner eb21aa65d1 Userland: Make IPC results with one return value available directly
This changes client methods so that they return the IPC response's
return value directly - instead of the response struct - for IPC
methods which only have a single return value.
2021-05-03 21:14:40 +02:00
..
CMakeLists.txt Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
Request.cpp Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
Request.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
RequestClient.cpp Userland: Make IPC results with one return value available directly 2021-05-03 21:14:40 +02:00
RequestClient.h Userland: Make IPC results with one return value available directly 2021-05-03 21:14:40 +02:00
WebSocket.cpp Services: Add a WebSocket service 2021-04-25 19:04:34 +02:00
WebSocket.h Services: Add a WebSocket service 2021-04-25 19:04:34 +02:00
WebSocketClient.cpp Userland: Make IPC results with one return value available directly 2021-05-03 21:14:40 +02:00
WebSocketClient.h Userland: Change IPC funcs to use plain arguments instead of a struct 2021-05-03 21:14:06 +02:00