]> git.ipfire.org Git - thirdparty/vala.git/commit
glib-2.0: Fix SearchFunc argument order for {List,SList,Queue}.search()
authorBen <iofelben+github@gmail.com>
Tue, 13 Oct 2015 00:11:23 +0000 (20:11 -0400)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 14 Sep 2016 13:43:30 +0000 (15:43 +0200)
commitee66513494586b243aa77af3813e6ff3aebc635a
treebace5ede8d85a541099b1d06e87583041fb0fa7c
parentf23a74804aa027abc18a6e842fe1027ae1d79efd
glib-2.0: Fix SearchFunc argument order for {List,SList,Queue}.search()

The function takes two gconstpointer arguments, the List element's data as
the first argument and the given user data.

https://bugzilla.gnome.org/show_bug.cgi?id=754137
vapi/glib-2.0.vapi