1
0
Fork 0
forked from wry/wry
wry/wire/zwlr_data_control_source_v1.txt
2024-03-31 20:36:15 +02:00

20 lines
156 B
Text

# requests
msg offer = 0 {
mime_type: str,
}
msg destroy = 1 {
}
# events
msg send = 0 {
mime_type: str,
fd: fd,
}
msg cancelled = 1 {
}