Glib.Markup.3o

Langue: en

Version: 274272 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Glib.Markup - no description

Module

Module Glib.Markup

Documentation

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