mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 21:45:29 +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)
|
|
}
|