]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/termEditor.mli
renamed Http_client to Http_user_agent to avoid clashes with Gerd's
[helm.git] / helm / gTopLevel / termEditor.mli
index e9c85f88c65d5016f1dfcfe32e8158d11991a271..ecb40decdb207d2bad00fbb155f8b3b03bca6dce 100644 (file)
@@ -33,19 +33,17 @@ class type term_editor =
      metasenv:Cic.metasenv -> Cic.metasenv * Cic.term
    method reset : unit
    method set_term : string -> unit
-   method id_to_uris : Disambiguate_types.environment ref
+   method environment : DisambiguatingParser.EnvironmentP3.t ref
  end
 
-val empty_id_to_uris : Disambiguate_types.environment
-
-module Make (C : Callbacks) :
+module Make (C : DisambiguateTypes.Callbacks) :
    sig
     val term_editor :
-     MQIConn.handle ->
+     dbh:Dbi.connection ->
      ?packing:(GObj.widget -> unit) ->
      ?width:int ->
      ?height:int ->
      ?isnotempty_callback:(bool -> unit) ->
-     ?share_id_to_uris_with:term_editor ->
+     ?share_environment_with:term_editor ->
      unit -> term_editor
    end