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,20 @@
# requests
request offer {
mime_type: str,
}
request destroy {
}
# events
event send {
mime_type: str,
fd: fd,
}
event cancelled {
}