X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fguestfs.pod;h=c959d236548dad9a77a78603e0f6a545a2c959f0;hp=30759602f45cfe3aeb6351ad60182a2e4b78b4c8;hb=70c853d67a0cd5e54c821cd08726b91174517221;hpb=c0e4b5dc693cefdc81a4ec7cc1073a2cae371803 diff --git a/src/guestfs.pod b/src/guestfs.pod index 3075960..c959d23 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