gtype: Bump allowed number of children
authorGarrett Regier <garrett.regier@riftio.com>
Wed, 15 Apr 2015 03:44:38 +0000 (20:44 -0700)
committerGarrett Regier <garrettregier@gmail.com>
Tue, 12 May 2015 12:30:46 +0000 (05:30 -0700)
commit29d380cc5bbd97ee5b0c95b5499d6dd17523b71b
tree38b4399c63b59add940ec7998f5ee56121092b8e
parent45dae4b5063f9af7de8211ced95dd73cc770a86e
gtype: Bump allowed number of children

Restricting the number of children to be less than 4095 can
be an issue when generating types. This is also an issue for
the Lua bindings as each Lua state will create a new GType each
time the Lua code is executed.

https://bugzilla.gnome.org/show_bug.cgi?id=747882
gobject/gtype.c