GNOME Bugzilla – Bug 649052
Problem with Node.nth_child() and Node.n_children()
Last modified: 2011-05-01 06:52:58 UTC
There are two problems in the vapi for the Node class: Node.nth_child() takes normally one argument, but there is no argument. And Node.n_children() doesn't exist. I think the rest is OK. Thanks in advance.
commit d38b4f0cf4a66543ccfa63352085504a3762db1f Author: Luca Bruno <lucabru@src.gnome.org> Date: Sun May 1 08:50:50 2011 +0200 glib-2.0: Add Node n_children() method and fix nth_child() Fixes bug 649052. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.