summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/support')
-rw-r--r--otherlibs/labltk/support/fileevent.mli2
-rw-r--r--otherlibs/labltk/support/protocol.mli2
-rw-r--r--otherlibs/labltk/support/timer.mli2
-rw-r--r--otherlibs/labltk/support/tkwait.ml1
-rw-r--r--otherlibs/labltk/support/widget.mli2
5 files changed, 9 insertions, 0 deletions
diff --git a/otherlibs/labltk/support/fileevent.mli b/otherlibs/labltk/support/fileevent.mli
index c567846f1..8c6d0d481 100644
--- a/otherlibs/labltk/support/fileevent.mli
+++ b/otherlibs/labltk/support/fileevent.mli
@@ -13,6 +13,8 @@
(* *)
(*************************************************************************)
+(* $Id$ *)
+
open Unix
val add_fileinput : fd:file_descr -> callback:(unit -> unit) -> unit
diff --git a/otherlibs/labltk/support/protocol.mli b/otherlibs/labltk/support/protocol.mli
index 4db2a71c5..d7107b239 100644
--- a/otherlibs/labltk/support/protocol.mli
+++ b/otherlibs/labltk/support/protocol.mli
@@ -13,6 +13,8 @@
(* *)
(*************************************************************************)
+(* $Id$ *)
+
open Widget
(* Lower level interface *)
diff --git a/otherlibs/labltk/support/timer.mli b/otherlibs/labltk/support/timer.mli
index 182a994d3..c1d4be43f 100644
--- a/otherlibs/labltk/support/timer.mli
+++ b/otherlibs/labltk/support/timer.mli
@@ -13,6 +13,8 @@
(* *)
(*************************************************************************)
+(* $Id$ *)
+
type t
val add : ms:int -> callback:(unit -> unit) -> t
diff --git a/otherlibs/labltk/support/tkwait.ml b/otherlibs/labltk/support/tkwait.ml
index be1e8bb9b..38ed04a9c 100644
--- a/otherlibs/labltk/support/tkwait.ml
+++ b/otherlibs/labltk/support/tkwait.ml
@@ -13,6 +13,7 @@
(* *)
(*************************************************************************)
+(* $Id$ *)
external internal_tracevis : string -> string -> unit
= "camltk_wait_vis"
diff --git a/otherlibs/labltk/support/widget.mli b/otherlibs/labltk/support/widget.mli
index 5d79784e2..e3966689e 100644
--- a/otherlibs/labltk/support/widget.mli
+++ b/otherlibs/labltk/support/widget.mli
@@ -13,6 +13,8 @@
(* *)
(*************************************************************************)
+(* $Id$ *)
+
(* Support for widget manipulations *)
type 'a widget