blob: 8145a9f7a6b990573509ad267e79c97b4be70647 (
plain)
1
2
3
4
5
6
7
|
#include <LibCore/AnonymousBuffer.h>
endpoint ClipboardServer
{
get_clipboard_data() => (Core::AnonymousBuffer data, [UTF8] DeprecatedString mime_type, IPC::Dictionary metadata)
set_clipboard_data(Core::AnonymousBuffer data, [UTF8] DeprecatedString mime_type, IPC::Dictionary metadata) =|
}
|