]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitamakeLib.mli
Better tooltips.
[helm.git] / helm / matita / matitamakeLib.mli
index 70712266804fc02d1a27f90b456140be81293f7b..1dd697e5dcd9b56397c0f84425b5c9bf15ad6945 100644 (file)
@@ -30,8 +30,12 @@ type development
 val initialize_development: string -> string -> development option
 (* make target [default all] *)
 val build_development: ?target:string -> development -> bool
+(* make target [default all], the refresh cb is called after every output *)
+val build_development_in_bg: 
+  ?target:string -> (unit -> unit) -> development -> bool
 (* make clean *)
 val clean_development: development -> bool
+val clean_development_in_bg: (unit -> unit) -> development -> bool
 (* return the development that handles dir *)
 val development_for_dir: string -> development option
 (* return the development *)
@@ -42,5 +46,8 @@ val list_known_developments: unit -> (string * string ) list
 val destroy_development: development -> unit
 (* initiale internal data structures *)
 val initialize : unit -> unit
-
+(* gives back the root *)
+val root_for_development : development -> string 
+(* gives back the name *)
+val name_for_development : development -> string