X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaGtkMisc.mli;h=adea6961d1ee44896e29c8176809ab80bcb904aa;hb=1ed4fe0f28d3b0b915387330cd722bfb80fb1063;hp=40fc9373bd68f7fd4aadb7dc757228af8235f640;hpb=d1f310f1f31b6919aa6e5ac6afd41b539130aec5;p=helm.git diff --git a/helm/software/matita/matitaGtkMisc.mli b/helm/software/matita/matitaGtkMisc.mli index 40fc9373b..adea6961d 100644 --- a/helm/software/matita/matitaGtkMisc.mli +++ b/helm/software/matita/matitaGtkMisc.mli @@ -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