summaryrefslogtreecommitdiffstats
path: root/ocaml/examples/viewer.ml
Commit message (Collapse)AuthorAgeFilesLines
* Tab to space fixes, now passes 'make syntax-check'Richard Jones2009-10-201-184/+184
|
* OCaml viewer: Use ocamlduce to replace xpath code.Richard Jones2009-09-301-45/+12
|
* OCaml viewer: Handle exceptions properly.Richard Jones2009-09-291-1/+8
|
* OCaml example: graphical disk usage viewer.Richard Jones2009-09-291-0/+732
This is an example of how to write an app which uses libguestfs and libvirt, and has a responsive user interface (using threads). It is a Gtk-based "graphical virt-df". Read the top of the 'viewer.ml' file first for instructions on how to compile. This program is not compiled by default.