package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Handler for a proxy with version >= 1.

constraint 'a = [< `V1 | `V2 ]
method private virtual on_device : [> `V1 | `V2 ] t -> name:string -> unit
method private virtual on_format : [> `V1 | `V2 ] t -> format:int32 -> unit
method private virtual on_authenticated : [> `V1 | `V2 ] t -> unit
method private virtual on_capabilities : [> `V1 | `V2 ] t -> value:int32 -> unit
method min_version : 'a v1 -> int32
method bind_version : 'b -> [ `V1 ]