g_object_new(): skip varargs for simple calls
authorKamal Mostafa <kamal@whence.com>
Sat, 2 Jan 2010 04:36:28 +0000 (20:36 -0800)
committerBenjamin Otte <otte@gnome.org>
Mon, 11 Jan 2010 14:34:41 +0000 (15:34 +0100)
g_object_new() avoids useless varargs processing for simple calls with no
properties.  Fixes https://bugzilla.gnome.org/show_bug.cgi?id=605883


No differences found