mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
Clipboard+LibGUI: Remove unnecessary client/server greeting message
This commit is contained in:
parent
ec8363aec3
commit
e95e64972c
4 changed files with 0 additions and 8 deletions
|
@ -1,7 +1,5 @@
|
|||
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) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue