package wayland

  1. Overview
  2. Docs
Pure OCaml Wayland protocol library

Install

Dune Dependency

Authors

Maintainers

Sources

wayland-2.1.tbz
sha256=0ffb53958954f1ed4ef874a122c071a9cf3de77ae341b963eb7b513d8028f3c1
sha512=e391b91b4161ada44339bb97b0acf40a0ef3d3c8f62a114333a61155b70288b31b5904492ebbf187bad957849ff6e1df172d014f46ffc33db7140fa833449f5c

doc/src/wayland.protocols/xdg_output_unstable_v1_proto.ml.html

Source file xdg_output_unstable_v1_proto.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
(* This file was generated automatically by wayland-scanner-ocaml *)

open struct
  module Proxy = Wayland.Proxy
  module Iface_reg = Wayland.Iface_reg
  module Metadata = Wayland.Metadata
end

module Zxdg_output_manager_v1 = struct
  type t = [`Zxdg_output_manager_v1]
  type _ Metadata.ty += T : [`Zxdg_output_manager_v1] Metadata.ty
  type versions = [`V1 | `V2 | `V3]
  let interface = "zxdg_output_manager_v1"
  let version = 3l
  
  let requests = function
    | 0 -> "destroy", []
    | 1 -> "get_xdg_output", ["id", `New_ID (Some "zxdg_output_v1"); "output", `Object (Some "wl_output")]
    | i -> Proxy.unknown_request i, []
  
  let events = function
    | i -> Proxy.unknown_event i, []
  
end
let () = Iface_reg.register (module Zxdg_output_manager_v1)

module Zxdg_output_v1 = struct
  type t = [`Zxdg_output_v1]
  type _ Metadata.ty += T : [`Zxdg_output_v1] Metadata.ty
  type versions = [`V1 | `V2 | `V3]
  let interface = "zxdg_output_v1"
  let version = 3l
  
  let requests = function
    | 0 -> "destroy", []
    | i -> Proxy.unknown_request i, []
  
  let events = function
    | 0 -> "logical_position", ["x", `Int; "y", `Int]
    | 1 -> "logical_size", ["width", `Int; "height", `Int]
    | 2 -> "done", []
    | 3 -> "name", ["name", `String]
    | 4 -> "description", ["description", `String]
    | i -> Proxy.unknown_event i, []
  
end
let () = Iface_reg.register (module Zxdg_output_v1)
OCaml

Innovation. Community. Security.