package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type error =
  1. | NO_CONVERSION
  2. | ILLEGAL_SEQUENCE
  3. | FAILED
  4. | PARTIAL_INPUT
  5. | BAD_URI
  6. | NOT_ABSOLUTE_PATH
exception Error of error * string
val raise_bad_utf8 : unit -> 'a