1
0
Fork 0
forked from wry/wry

ipc: implement ext-data-control

This commit is contained in:
Julian Orth 2024-10-08 16:07:31 +02:00
parent be1462d0ef
commit 4abbe94995
13 changed files with 575 additions and 3 deletions

View file

@ -0,0 +1,16 @@
# requests
request receive {
mime_type: str,
fd: fd,
}
request destroy {
}
# events
event offer {
mime_type: str,
}