mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-25 11:42:11 +00:00
Everywhere: Hoist the Services folder to the top-level
This commit is contained in:
parent
a7dc40eff3
commit
22e0eeada2
Notes:
github-actions[bot]
2024-11-10 11:52:06 +00:00
Author: https://github.com/trflynn89
Commit: 22e0eeada2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2256
Reviewed-by: https://github.com/sideshowbarker
68 changed files with 41 additions and 41 deletions
9
Services/ImageDecoder/ImageDecoderServer.ipc
Normal file
9
Services/ImageDecoder/ImageDecoderServer.ipc
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <LibCore/AnonymousBuffer.h>
|
||||
|
||||
endpoint ImageDecoderServer
|
||||
{
|
||||
decode_image(Core::AnonymousBuffer data, Optional<Gfx::IntSize> ideal_size, Optional<ByteString> mime_type) => (i64 image_id)
|
||||
cancel_decoding(i64 image_id) =|
|
||||
|
||||
connect_new_clients(size_t count) => (Vector<IPC::File> sockets)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue