gtype: make these cases fatal.
authorStefan Sauer <ensonic@users.sf.net>
Tue, 12 Jun 2012 18:22:39 +0000 (20:22 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Tue, 12 Jun 2012 18:45:29 +0000 (20:45 +0200)
commit6c1276eb5fcc19921d0a0584aee140bccc3f8488
tree7a85520019ac22bef0bde245b707be7ed2642b86
parent0866e1ede967e513f09bfb47166d76005e0486b2
gtype: make these cases fatal.

Otherwise we crash with a null-ptr deref in g_object_newv and ever there we
should not return null, as we're saying that object creation will not return
null.
gobject/gtype.c