summaryrefslogtreecommitdiff
path: root/Userland/Services/Clipboard/ClipboardServer.ipc
blob: 3c8104edfdf0cad02c4213733243795a156c0372 (plain)
1
2
3
4
5
6
7
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) =|
}