package liquidsoap-lang

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

Module Doc.PlugSource

Documentation for plugs.

Sourcetype t = {
  1. name : string;
  2. description : string;
  3. mutable items : (string * string) list;
    (*

    an item with given name and description

    *)
}
Sourceval create : doc:string -> string -> t
Sourceval add : t -> doc:string -> string -> unit
Sourceval db : unit -> t list
Sourceval print_md : (string -> unit) -> unit
Sourceval print_string : (string -> unit) -> unit