Module Wlr_layer_shell_unstable_v1_proto.Zwlr_layer_shell_v1

type t = [
  1. | `Zwlr_layer_shell_v1
]
type Wayland.Metadata.ty +=
  1. | T : [ `Zwlr_layer_shell_v1 ] Wayland.Metadata.ty
type versions = [
  1. | `V1
  2. | `V2
  3. | `V3
  4. | `V4
  5. | `V5
]
val interface : string
val version : int32
module Error : sig ... end
module Layer : sig ... end

Available layers for surfaces.

val requests : int -> string * (string * [> `New_ID of string option | `Object of string option | `String | `Uint ]) list
val events : int -> string * 'a list