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 | `V3 ]
method private virtual on_create_data_source : [> `V1 | `V2 | `V3 ] t -> ([ `Wl_data_source ], 'b, [ `Server ]) Wayland__.Proxy.t -> unit

Create a new data source.

Create a new data source.

method private virtual on_get_data_device : [> `V1 | `V2 | `V3 ] t -> ([ `Wl_data_device ], 'b, [ `Server ]) Wayland__.Proxy.t -> seat: ([ `Wl_seat ], [> {Imports}1.Wl_seat.versions ], [ `Server ]) Wayland__.Proxy.t -> unit

Create a new data device.

Create a new data device for a given seat.

method min_version : 'a v1 -> int32
method bind_version : 'c -> [ `V1 ]