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 ]
method private virtual on_create_source : [> `V1 ] t -> ([ `Zwp_primary_selection_source_v1 ], 'b, [ `Server ]) {Proxy}2.t -> unit

Create a new primary selection source.

Create a new primary selection source.

method private virtual on_get_device : [> `V1 ] t -> ([ `Zwp_primary_selection_device_v1 ], 'b, [ `Server ]) {Proxy}2.t -> seat:([ `Wl_seat ], [> {Imports}1.Wl_seat.versions ], [ `Server ]) {Proxy}2.t -> unit

Create a new primary selection device.

Create a new data device for a given seat.

method private virtual on_destroy : [> `V1 ] t -> unit

Destroy the primary selection device manager.

Destroy the primary selection device manager.

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