1
0
Fork 0
forked from wry/wry
wry/wire/zwp_primary_selection_source_v1.txt
2022-02-06 16:33:54 +01:00

18 lines
155 B
Text

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