package lablgtk3

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

@gtkdoc glib glib-Simple-XML-Subset-Parser

type error =
  1. | BAD_UTF8
  2. | EMPTY
  3. | PARSE
  4. | UNKNOWN_ELEMENT
  5. | UNKNOWN_ATTRIBUTE
  6. | INVALID_CONTENT
exception Error of error * string
val escape_text : string -> string