summaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/guestfs-examples.pod1
-rw-r--r--examples/guestfs-recipes.pod1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/guestfs-examples.pod b/examples/guestfs-examples.pod
index ef507edb..aba7caa9 100644
--- a/examples/guestfs-examples.pod
+++ b/examples/guestfs-examples.pod
@@ -35,6 +35,7 @@ libguestfs, you also need to read L<guestfs(3)>.
L<guestfs(3)>,
L<guestfs-erlang(3)>,
L<guestfs-java(3)>,
+L<guestfs-lua(3)>,
L<guestfs-ocaml(3)>,
L<guestfs-perl(3)>,
L<guestfs-python(3)>,
diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod
index 1a1e51c4..0a12703f 100644
--- a/examples/guestfs-recipes.pod
+++ b/examples/guestfs-recipes.pod
@@ -500,6 +500,7 @@ L<guestfish(1)>,
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-python(3)>,