Module Xdg_toplevel.Error

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