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_bind : 'x0. [> `V1 ] t -> name:int32 -> ('x0, [ `Unknown ], [ `Server ]) Wayland__.Proxy.t -> unit

Bind an object to the display.

Binds a new, client-created object to the server using the specified name as the identifier.

method min_version : int32