Sys.Signals module for a Variant type of signals (and a set_signal function that...
[ocaml.git] / otherlibs / labltk / frx / frx_rpc.mli
blob808fe87c756e9e684f9cd74dc48fa673e46eb780
1 (***********************************************************************)
2 (* *)
3 (* MLTk, Tcl/Tk interface of Objective Caml *)
4 (* *)
5 (* Francois Rouaix, Francois Pessaux, Jun Furuse and Pierre Weis *)
6 (* projet Cristal, INRIA Rocquencourt *)
7 (* Jacques Garrigue, Kyoto University RIMS *)
8 (* *)
9 (* Copyright 2002 Institut National de Recherche en Informatique et *)
10 (* en Automatique and Kyoto University. All rights reserved. *)
11 (* This file is distributed under the terms of the GNU Library *)
12 (* General Public License, with the special exception on linking *)
13 (* described in file LICENSE found in the Objective Caml source tree. *)
14 (* *)
15 (***********************************************************************)
16 (* Some notion of RPC *)
18 val register : string -> (string list -> unit) -> unit
19 (* [register external_name f] *)
20 val invoke : string -> string -> string list -> string
21 (* [invoke interp name args] *)
22 val async_invoke : string -> string -> string list -> unit
23 (* [async_invoke interp name args] *)
24 val rpc_info : string -> string
25 (* [rpc_info interp] *)