From 70c853d67a0cd5e54c821cd08726b91174517221 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 4 Jan 2010 14:51:36 +0000 Subject: C#: Add documentation about experimental nature of these bindings. --- src/guestfs.pod | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'src/guestfs.pod') 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 header file from C++ programs. The C++ API is identical to the C API. C++ classes and exceptions are not implemented. +=item B + +The C# bindings are highly experimental. Please read the warnings +at the top of C. + =item B -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 -- cgit