blob: 731a1b2de27b48492d0fb9c4b4b11e4126ade419 (
plain)
1
2
3
4
5
6
7
|
#include <LibCore/AnonymousBuffer.h>
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) =|
}
|