mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 08:25:07 +00:00
7 lines
261 B
Text
7 lines
261 B
Text
endpoint ClipboardServer
|
|
{
|
|
greet() => ()
|
|
|
|
get_clipboard_data() => (Core::AnonymousBuffer data, [UTF8] String mime_type, IPC::Dictionary metadata)
|
|
set_clipboard_data(Core::AnonymousBuffer data, [UTF8] String mime_type, IPC::Dictionary metadata) =|
|
|
}
|