Module Wayland_proto.Wl_data_device
type t = [
| `Wl_data_device
]
type versions = [
| `V1
| `V2
| `V3
]
module Error : sig ... end
val requests :
int ->
string * (string * [> `Object of string option | `Uint ]) list
val events :
int ->
string
* (string
* [> `Fixed
| `New_ID of string option
| `Object of string option
| `Uint ])
list