X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhbugs%2Fclient%2Fhbugs_client.mli;h=0c2e93d800b81590ab5eb11fcd9e5455f5a28624;hb=9327428bfb03330a8baf382fea019f320e5cc462;hp=87e11e968501ca75183785b5d04f69a7328cf575;hpb=891981a2d15f658d451517abbad72f6aebe7362e;p=helm.git diff --git a/helm/hbugs/client/hbugs_client.mli b/helm/hbugs/client/hbugs_client.mli index 87e11e968..0c2e93d80 100644 --- a/helm/hbugs/client/hbugs_client.mli +++ b/helm/hbugs/client/hbugs_client.mli @@ -3,9 +3,16 @@ open Hbugs_types exception Invalid_URL of string + (* + @param use_hint_callback is called when the user double click on a hint + (default: do nothing) + @param describe_hint_callback is called when the user click on a hint + (default: do nothing) + *) class hbugsClient : - ?use_hint_callback: (hint -> unit) -> (* default = do nothing *) - ?destroy_callback: (unit -> unit) -> (* default = do nothing *) + ?use_hint_callback: (hint -> unit) -> + ?describe_hint_callback: (hint -> unit) -> + ?destroy_callback: (unit -> unit) -> unit -> object