diff options
author | Richard Jones <rich@koneko.local> | 2010-01-02 19:46:20 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-01-02 21:55:17 +0000 |
commit | c0e4b5dc693cefdc81a4ec7cc1073a2cae371803 (patch) | |
tree | 07cc21debde09942704b9faa0589ff5840c997b7 /HACKING | |
parent | d3c615c2d6167e6f0ae4d23b2902ea08a66a11ae (diff) | |
download | libguestfs-c0e4b5dc693cefdc81a4ec7cc1073a2cae371803.tar.gz libguestfs-c0e4b5dc693cefdc81a4ec7cc1073a2cae371803.tar.xz libguestfs-c0e4b5dc693cefdc81a4ec7cc1073a2cae371803.zip |
Experimental C# bindings.
Tested in only limited situations, with Mono on Linux.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,9 @@ capitests/ contrib/ Outside contributions, experimental parts. +csharp/ + Experimental C# bindings. + daemon/ The daemon that runs inside the guest and carries out actions. |