package wayland

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

Registry of known interfaces. Used by the generated code.

val register : (module Metadata.S) -> unit

Called by the generated code to register each Wayland interface.

val lookup : string -> (module Metadata.S)

Called by the generated code to convert a string interface to a variant.