Re: [Vala] Bindings for Function with xmlNodePtr argument

2011-10-05 Thread Daniel Espinosa
Generated VAPI is attached at *Bug 661046* . Vala bindings in libgda will be maintained and shipped in future versions of libgda, starting from upcoming libgda 4.2.10 and 5.0 and above. 2011/10/4 Luca Bruno > On Tue, Oct 4, 2011 at 2:46 AM, Dan

Re: [Vala] Bindings for Function with xmlNodePtr argument

2011-10-03 Thread Daniel Espinosa
I've managed to create Vala bindings from lastes source at building time to libgda (both 4.2.x and lastes 4.99.x) now on GIT repository. Just build and install and the bindings are installed in Vala's vapi directory. May is time to remove from Vala source. This bindings are build from generated GI

Re: [Vala] Bindings for Function with xmlNodePtr argument

2011-09-09 Thread Daniel Espinosa
valac --version output: Vala 0.13.4.5-0497 vapigen --version output: Vala API Generator 0.13.4.5-0497 Here you have Gda-4.0.gir headers: http://www.gtk.org/introspection/core/1.0"; xmlns:c="http://www.gtk.org/introspection/c/1.0"; xmlns:glib="http://www.gtk.org/intros

[Vala] Bindings for Function with xmlNodePtr argument

2011-09-08 Thread Daniel Espinosa
I found a function I need to create bindings to: gda_set_new_from_spec_node (xmlNodePtr xml_spec, GError **error) But I have a problem. xmlNodePtr doesn't exist in libxml2-2.0 Vala bindings, they use Xml.Node* (I think to refer to a pointer to a xmlNode - hope I don't miss on this). What do I ne