summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-01-22 11:01:12 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-01-22 11:34:04 +0000
commitf81499fb64f4f4910dd3989ed297e1a0a143e332 (patch)
treec15654e9cc0e0be08f32d080d81b866c98c8f01a
parent4edd061975217e4eeb09f66b8c9ea0d3fb17edba (diff)
downloadlibguestfs-f81499fb64f4f4910dd3989ed297e1a0a143e332.tar.gz
libguestfs-f81499fb64f4f4910dd3989ed297e1a0a143e332.tar.xz
libguestfs-f81499fb64f4f4910dd3989ed297e1a0a143e332.zip
gobject: Document these bindings in guestfs(3).
-rw-r--r--src/guestfs.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index f6fd0bb8..206b8c58 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -738,6 +738,11 @@ at the top of C<csharp/Libguestfs.cs>.
See L<guestfs-erlang(3)>.
+=item B<GObject>
+
+Experimental GObject bindings (with GObject Introspection support) are
+available. See the C<gobject> directory in the source.
+
=item B<Haskell>
This is the only language binding that is working but incomplete.
@@ -3023,6 +3028,8 @@ Command line tools written in Perl (L<virt-win-reg(1)> and many others).
=item C<erlang>
+=item C<gobject>
+
=item C<haskell>
=item C<java>