summaryrefslogtreecommitdiffstats
path: root/src/guestfs.pod
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-01-04 14:51:36 +0000
committerRichard Jones <rjones@redhat.com>2010-01-04 14:52:00 +0000
commit70c853d67a0cd5e54c821cd08726b91174517221 (patch)
treeeb0f7d23e25e48c12c4bfa2057dccd18dc541f37 /src/guestfs.pod
parentc0e4b5dc693cefdc81a4ec7cc1073a2cae371803 (diff)
downloadlibguestfs-70c853d67a0cd5e54c821cd08726b91174517221.tar.gz
libguestfs-70c853d67a0cd5e54c821cd08726b91174517221.tar.xz
libguestfs-70c853d67a0cd5e54c821cd08726b91174517221.zip
C#: Add documentation about experimental nature of these bindings.
Diffstat (limited to 'src/guestfs.pod')
-rw-r--r--src/guestfs.pod16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 30759602..c959d236 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -36,8 +36,9 @@ LVs, what filesystem is in each LV, etc.). It can also run commands
in the context of the guest. Also you can access filesystems over FTP.
Libguestfs is a library that can be linked with C and C++ management
-programs (or management programs written in OCaml, Perl, Python, Ruby, Java
-or Haskell). You can also use it from shell scripts or the command line.
+programs (or management programs written in OCaml, Perl, Python, Ruby,
+Java, Haskell or C#). You can also use it from shell scripts or the
+command line.
You don't need to be root to use libguestfs, although obviously you do
need enough permissions to access the disk images.
@@ -480,11 +481,16 @@ You can use the I<guestfs.h> header file from C++ programs. The C++
API is identical to the C API. C++ classes and exceptions are
not implemented.
+=item B<C#>
+
+The C# bindings are highly experimental. Please read the warnings
+at the top of C<csharp/Libguestfs.cs>.
+
=item B<Haskell>
-This is the only language binding that is incomplete. Only calls
-which return simple integers have been bound in Haskell, and we are
-looking for help to complete this binding.
+This is the only language binding that working but incomplete. Only
+calls which return simple integers have been bound in Haskell, and we
+are looking for help to complete this binding.
=item B<Java>