mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
Clipboard+LibGUI: Move clipboard service to anonymous files
This commit is contained in:
parent
1cb44ec5ee
commit
5522e8f59d
6 changed files with 21 additions and 60 deletions
|
@ -2,6 +2,6 @@ endpoint ClipboardServer = 802
|
|||
{
|
||||
Greet() => (i32 client_id)
|
||||
|
||||
GetClipboardData() => (i32 shbuf_id, i32 data_size, [UTF8] String mime_type, IPC::Dictionary metadata)
|
||||
SetClipboardData(i32 shbuf_id, i32 data_size, [UTF8] String mime_type, IPC::Dictionary metadata) => ()
|
||||
GetClipboardData() => (Core::AnonymousBuffer data, [UTF8] String mime_type, IPC::Dictionary metadata)
|
||||
SetClipboardData(Core::AnonymousBuffer data, [UTF8] String mime_type, IPC::Dictionary metadata) => ()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue