]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/ocaml/c_mathml_editor.h
* the documents passed to the ocaml binding have been turned into strings
[helm.git] / helm / DEVEL / mathml_editor / ocaml / c_mathml_editor.h
index 6c8a5f5cb126703df0ebef1234be00a015edc317..7c41ece31087129d30ee4b9525fc3b3bfe65abbe 100644 (file)
@@ -33,7 +33,7 @@ typedef struct Editor Editor;
 const char*    c_mathml_editor_get_default_dictionary_path(void);
 const char*    c_mathml_editor_get_default_mathml_stylesheet_path(void);
 const char*    c_mathml_editor_get_default_tex_stylesheet_path(void);
-Editor*        c_mathml_editor_new(GdomeDocument*, GdomeDocument*, GdomeDocument*, void (*)(int, const char*, void*), void*);
+Editor*        c_mathml_editor_new(const char*, const char*, const char*, void (*)(int, const char*, void*), void*);
 void           c_mathml_editor_destroy(Editor*);
 int            c_mathml_editor_freeze(Editor*);
 int            c_mathml_editor_thaw(Editor*);