After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 514869 - iter_nth_child 'parent' parameter
iter_nth_child 'parent' parameter
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.1.x
Other All
: Normal normal
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-06 21:44 UTC by Vlad Grecescu
Modified: 2008-02-07 16:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vlad Grecescu 2008-02-06 21:44:48 UTC
Please describe the problem:
public bool iter_nth_child (out Gtk.TreeIter iter, weak Gtk.TreeIter
parent, int n)

from gtk+-2.0.vapi 

should be:
public bool iter_nth_child (out Gtk.TreeIter iter, weak Gtk.TreeIter?
parent, int n)


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?
yes

Other information:
Vala 0.1.6
Comment 1 Jürg Billeter 2008-02-07 16:12:07 UTC
Confirming.
Comment 2 Jürg Billeter 2008-02-07 16:13:30 UTC
2008-02-07  Jürg Billeter  <j@bitron.ch>

	* vapi/packages/gtk+-2.0/gtk+-2.0.metadata: fix
	  gtk_tree_model_iter_nth_child binding, fixes bug 514869

	* vapi/gtk+-2.0.vapi: regenerated

Fixed in r990.