Wayland_proto.Wl_shm_pool
type t = [
| `Wl_shm_pool
]
type Metadata.ty +=
| T : [ `Wl_shm_pool ] Metadata.ty
type versions = [
| `V1
| `V2
val interface : string
val version : int32
val requests : int -> string * (string * [> `Int | `New_ID of string option | `Uint ]) list
val events : int -> string * 'a list