?I have also a problem about virError. I plan to make a class "virError" to handle all error related methods, the problem : a struct virError already exists and I don't want to mix things :S

--------------------------------------------------
From: <[email protected]>
Sent: Wednesday, October 20, 2010 10:00 AM
To: "Eric Blake" <[email protected]>; "Justin Clift" <[email protected]>
Cc: <[email protected]>
Subject: Re: [libvirt] [PATCHv2] docs: added initial page for c# binding,with links to it

?Hi,

I'm current renaming C# binding classes as Eric suggest. And I have a little problem with the naming of the "virGetVersion" and "virInitialize", I think put them in a class named "virLibrary" but I don't know if it is a good idea.

Arnaud

--------------------------------------------------
From: "Eric Blake" <[email protected]>
Sent: Tuesday, October 19, 2010 10:17 PM
To: "Justin Clift" <[email protected]>
Cc: <[email protected]>
Subject: Re: [libvirt] [PATCHv2] docs: added initial page for c# binding, with links to it

On 10/19/2010 02:04 PM, Justin Clift wrote:
Adds a new page for the C# language bindings being developed by Arnaud
Champion.

ACK.

+<h2>Usage</h2>
+
+<p>
+      The class library exposes the<b>LibvirtBindings</b>  namespace.
+      This namespace exposes all of the needed types (enum, struct),
+      and 2 main classes,<b>libVirt</b>  and<b>libvirtError</b>.

This may need editing as we clean up the bindings to have shorter names (in the style of the python or Java bindings where virConn and virDomain are object names, and can thus be omitted from function names that operate on those objects), as well as fixing the case of libvirt. But those patches should not be applied until the bindings are patched, so not an issue for now.

--
Eric Blake   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list


--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list


--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to