diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-03-14 16:44:17 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-03-15 12:16:50 +0000 |
commit | 7e51cc94ddb7527b37111d6fecce96dca14b900a (patch) | |
tree | dd4fa77bfbac8d712960a43fb6aa38ee3fdc0f47 /.gitignore | |
parent | 4e0cf4dbf8a8a96288f70114fdc3939da0aa7ad1 (diff) | |
download | libguestfs-7e51cc94ddb7527b37111d6fecce96dca14b900a.tar.gz libguestfs-7e51cc94ddb7527b37111d6fecce96dca14b900a.tar.xz libguestfs-7e51cc94ddb7527b37111d6fecce96dca14b900a.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -211,6 +211,7 @@ ocaml/t/guestfs_005_load ocaml/t/guestfs_010_basic ocaml/t/guestfs_070_threads ocaml/t/guestfs_080_optargs +ocaml/t/guestfs_400_events ocaml/t/guestfs_400_progress perl/bindtests.pl perl/blib |