gtype: Bump allowed number of children
authorGarrett Regier <garrett.regier@riftio.com>
Wed, 15 Apr 2015 03:44:38 +0000 (20:44 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 May 2015 02:45:52 +0000 (22:45 -0400)
commitb69ff1f5c1711ac55b1e8999ade203dcc1590245
tree8be4648c1a5244d7828b1a70b207d908dcf8140a
parentdd57ba7bd16314c0088f721d46cee87357ff3ca9
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