Module Wayland_proto.Wl_shm_pool

type t = [
  1. | `Wl_shm_pool
]
type Metadata.ty +=
  1. | T : [ `Wl_shm_pool ] Metadata.ty
type versions = [
  1. | `V1
  2. | `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