Module Xdg_shell_proto.Xdg_wm_base
type t = [ | `Xdg_wm_base
]type versions = [ | `V1| `V2| `V3| `V4| `V5| `V6
]module Error : sig ... endval requests :
int ->
string
* (string * [> `New_ID of string option | `Object of string option | `Uint ])
listval events : int -> string * (string * [> `Uint ]) list