mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 04:35:06 +00:00

The client ID is not useful to normal clients anymore, so stop telling everyone what their ID is.
7 lines
266 B
Text
7 lines
266 B
Text
endpoint ClipboardServer = 802
|
|
{
|
|
Greet() => ()
|
|
|
|
GetClipboardData() => (Core::AnonymousBuffer data, [UTF8] String mime_type, IPC::Dictionary metadata)
|
|
SetClipboardData(Core::AnonymousBuffer data, [UTF8] String mime_type, IPC::Dictionary metadata) => ()
|
|
}
|