Module Wayland_proto.Wl_data_device_manager
type t = [
| `Wl_data_device_manager
]
type versions = [
| `V1
| `V2
| `V3
]
val requests :
int ->
string
* (string * [> `New_ID of string option | `Object of string option ]) list
val events : int -> string * 'a list