mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
endpoint ImageDecoderServer = 7001
|
|
{
|
|
Greet(i32 client_pid) => (i32 client_id, i32 server_pid)
|
|
|
|
DecodeImage(Core::AnonymousBuffer data) => (Gfx::ShareableBitmap bitmap)
|
|
}
|