New event API - OCaml bindings (RHBZ#664558).
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 14 Mar 2011 16:44:17 +0000 (16:44 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 15 Mar 2011 12:16:50 +0000 (12:16 +0000)
commit7e51cc94ddb7527b37111d6fecce96dca14b900a
treedd4fa77bfbac8d712960a43fb6aa38ee3fdc0f47
parent4e0cf4dbf8a8a96288f70114fdc3939da0aa7ad1
New event API - OCaml bindings (RHBZ#664558).

The functions set_progress_callback and clear_progress_callback have
been removed, and replaced with a complete mechanism for setting and
deleting general-purpose events.
.gitignore
generator/.depend
generator/generator_ocaml.ml
ocaml/Makefile.am
ocaml/guestfs_c.c
ocaml/guestfs_c.h
ocaml/t/guestfs_400_events.ml [new file with mode: 0644]
ocaml/t/guestfs_400_progress.ml