1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 15:37:35 +00:00
serenity/Userland/Services/Clipboard/ClipboardServer.ipc

5 lines
242 B
Text

endpoint ClipboardServer
{
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) =|
}