mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
8 lines
281 B
Plaintext
8 lines
281 B
Plaintext
endpoint ClipboardServer = 802
|
|
{
|
|
Greet() => (i32 client_id)
|
|
|
|
GetClipboardData() => (i32 shbuf_id, i32 data_size, [UTF8] String mime_type, IPC::Dictionary metadata)
|
|
SetClipboardData(i32 shbuf_id, i32 data_size, [UTF8] String mime_type, IPC::Dictionary metadata) => ()
|
|
}
|