package wayland

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

Module Org_kde_kwin_server_decoration_manager.ModeSource

Possible values to use in request_mode and the event mode..

Sourcetype t =
  1. | None : t
  2. | Client : t
  3. | Server : t
Sourceval to_int32 : t -> int32
Sourceval of_int32 : int32 -> t