package wayland

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

Module Xdg_toplevel.ErrorSource

Sourcetype t =
  1. | Invalid_resize_edge : t
  2. | Invalid_parent : t
  3. | Invalid_size : t
Sourceval to_int32 : t -> int32
Sourceval of_int32 : int32 -> t