]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaGtkMisc.mli
Previous commit reverted, as explained in that log.
[helm.git] / helm / software / matita / matitaGtkMisc.mli
index 40fc9373bd68f7fd4aadb7dc757228af8235f640..adea6961d1ee44896e29c8176809ab80bcb904aa 100644 (file)
@@ -146,9 +146,9 @@ val report_error:
 
     (* given an utf8 string a floc returns the parsed substring and its length
      * in bytes *)
-val utf8_parsed_text: string -> Token.flocation -> string * int
+val utf8_parsed_text: string -> Stdpp.location -> string * int
 
     (* the length in characters, not bytes *)
 val utf8_string_length: string -> int
 
-
+val escape_pango_markup: string -> string