package wayland

  1. Overview
  2. Docs
Pure OCaml Wayland protocol library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

wayland-2.3.tbz
sha256=10627a94f4cef97147991528fcd246f8f27ccbf3026eafdece995b53ee9468a0
sha512=8e319dc236d04cc9084bf81782497899dca12a392d649a2ac7bd1d5edc1101ebe2bc266a033e23ab9ed46a8b692018bc47005036d10872f7825f4aa4009ab825

doc/wayland.protocols/Wayland_protocols/Xdg_shell_proto/Xdg_positioner/index.html

Module Xdg_shell_proto.Xdg_positionerSource

Sourcetype t = [
  1. | `Xdg_positioner
]
Sourcetype Wayland.Metadata.ty +=
  1. | T : [ `Xdg_positioner ] Wayland.Metadata.ty
Sourcetype versions = [
  1. | `V1
  2. | `V2
  3. | `V3
  4. | `V4
  5. | `V5
  6. | `V6
  7. | `V7
]
Sourceval interface : string
Sourceval version : int32
Sourcemodule Error : sig ... end
Sourcemodule Anchor : sig ... end
Sourcemodule Gravity : sig ... end
Sourcemodule Constraint_adjustment : sig ... end

Constraint adjustments.

Sourceval requests : int -> string * (string * [> `Int | `Uint ]) list
Sourceval events : int -> string * 'a list