[Vala] libxml2 bindings question Node.child_element_count()

2010-07-20 Thread Dru Moore
Hi all, I've been using vala for a project for a Fremantle (Arm -Maemo5) target, but came across an issue using libxml2. Xml.Node.child_element_count() doesn't seem to exist within Fremantle when it works as documented from my standard linux 64bit distro. Vala is version 0.8.0 on both platforms

Re: [Vala] libxml2 bindings question Node.child_element_count()

2010-07-20 Thread Jiří Zárevúcky
Dru Moore píše v Út 20. 07. 2010 v 16:08 +0100: Hi all, Hello, Is this just a fact of life (I know it's an awkward library generally), is there an issue with the Fremantle distro for vala (should the vapi files be brought into line for the platform), or am I missing something obvious?

Re: [Vala] libxml2 bindings question Node.child_element_count()

2010-07-20 Thread Evan Nemerson
I may be wrong, but I'm not sure the Freemantle libxml2 is stripped down. It is probably just old. It looks like xmlChildElementCount was added with [1], so I don't think it would be available before 2.7.3. What version does Freemantle ship? -Evan [1]