mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:18:11 +00:00

We already have and use HashMap<DeprecatedString, DeprecatedString> nearly everywhere, which is equivalent.
7 lines
354 B
Text
7 lines
354 B
Text
#include <LibCore/AnonymousBuffer.h>
|
|
|
|
endpoint ClipboardServer
|
|
{
|
|
get_clipboard_data() => (Core::AnonymousBuffer data, [UTF8] DeprecatedString mime_type, HashMap<DeprecatedString,DeprecatedString> metadata)
|
|
set_clipboard_data(Core::AnonymousBuffer data, [UTF8] DeprecatedString mime_type, HashMap<DeprecatedString,DeprecatedString> metadata) =|
|
|
}
|