Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tab to space fixes, now passes 'make syntax-check' | Richard Jones | 2009-10-20 | 1 | -184/+184 |
| | |||||
* | OCaml viewer: Use ocamlduce to replace xpath code. | Richard Jones | 2009-09-30 | 1 | -45/+12 |
| | |||||
* | OCaml viewer: Handle exceptions properly. | Richard Jones | 2009-09-29 | 1 | -1/+8 |
| | |||||
* | OCaml example: graphical disk usage viewer. | Richard Jones | 2009-09-29 | 1 | -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. |