X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhbugs%2Fclient%2Fhbugs_client.mli;h=0c2e93d800b81590ab5eb11fcd9e5455f5a28624;hb=4faf0e37e7019de16dd6862bb34d84f799a2a230;hp=cf7ebc2a991a0aaf112f7e6e668cc2922d07832a;hpb=39559db1a359271e8794fe8e08c21afe73a581d9;p=helm.git diff --git a/helm/hbugs/client/hbugs_client.mli b/helm/hbugs/client/hbugs_client.mli index cf7ebc2a9..0c2e93d80 100644 --- a/helm/hbugs/client/hbugs_client.mli +++ b/helm/hbugs/client/hbugs_client.mli @@ -3,8 +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) -> + ?describe_hint_callback: (hint -> unit) -> + ?destroy_callback: (unit -> unit) -> unit -> object