ipc: implement ext-data-control
This commit is contained in:
parent
be1462d0ef
commit
4abbe94995
13 changed files with 575 additions and 3 deletions
20
wire/ext_data_control_source_v1.txt
Normal file
20
wire/ext_data_control_source_v1.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# requests
|
||||
|
||||
request offer {
|
||||
mime_type: str,
|
||||
}
|
||||
|
||||
request destroy {
|
||||
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
event send {
|
||||
mime_type: str,
|
||||
fd: fd,
|
||||
}
|
||||
|
||||
event cancelled {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue