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