summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-11-17 10:10:13 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-11-17 20:02:42 +0000
commitff8bfd3e92f21955d0a91b481583131f356b8fe4 (patch)
tree7c3b36c732ea0b83209180099ba03f5ef1948238 /python
parent4a2e8e89577ad4031aba1b2e5afb65ca58c2c39d (diff)
downloadlibguestfs-ff8bfd3e92f21955d0a91b481583131f356b8fe4.tar.gz
libguestfs-ff8bfd3e92f21955d0a91b481583131f356b8fe4.tar.xz
libguestfs-ff8bfd3e92f21955d0a91b481583131f356b8fe4.zip
Add Lua bindings.
These are relatively complete, although only lightly tested. Missing: - events - last_errno - user_cancel
Diffstat (limited to 'python')
-rw-r--r--python/examples/guestfs-python.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/examples/guestfs-python.pod b/python/examples/guestfs-python.pod
index 52010155..b17cf078 100644
--- a/python/examples/guestfs-python.pod
+++ b/python/examples/guestfs-python.pod
@@ -45,6 +45,7 @@ L<guestfs(3)>,
L<guestfs-examples(3)>,
L<guestfs-erlang(3)>,
L<guestfs-java(3)>,
+L<guestfs-lua(3)>,
L<guestfs-ocaml(3)>,
L<guestfs-perl(3)>,
L<guestfs-recipes(1)>,