Add introspection annotations to GListStore
authorDavid Shea <dshea@redhat.com>
Wed, 8 Apr 2015 17:14:22 +0000 (13:14 -0400)
committerDebarshi Ray <debarshir@gnome.org>
Sat, 23 May 2015 20:18:14 +0000 (22:18 +0200)
commit3bd703e9c4a4de0ea3faf2073ffaffcb182c5b5d
tree2a587d309d56ce952248636d0fe5afb0541fe8d1
parent074fe89f226d4c0f3c6bdd48b6b03c8051fbaf75
Add introspection annotations to GListStore

GListStore requires that item-type be derived from GObject, so specify
that the type of the item parameters is GObject so the functions can be
used via gobject-introspection.

Add a scope parameter for the callback used during insert_sorted.
gio/gliststore.c