Module Glib.Markup

module Markup: sig .. end

type error = 
| BAD_UTF8
| EMPTY
| PARSE
| UNKNOWN_ELEMENT
| UNKNOWN_ATTRIBUTE
| INVALID_CONTENT
exception Error of error * string
val escape_text : string -> string