make GParamGType require the set type during construction instead of using
authorBenjamin Otte <otte@src.gnome.org>
Wed, 6 Feb 2008 09:36:47 +0000 (09:36 +0000)
committerBenjamin Otte <otte@src.gnome.org>
Wed, 6 Feb 2008 09:36:47 +0000 (09:36 +0000)
commit21fcca71dc18e7bd4a16b38a6d5cad00846e3b07
treebef8fcc9bdbc00fae93b8dee45475b7ddd0893b1
parent6279f2a8914881b7bf08ee82ecb18357f31cfdc5
make GParamGType require the set type during construction instead of using

* gparamspecs.c: (param_gtype_set_default), (param_gtype_validate):
make GParamGType require the set type during construction instead of
using G_TYPE_NONE, which causes issues when setting.
Bug 513073 - g_param_spec_gtype breaks with G_PARAM_CONSTRUCT

svn path=/trunk/; revision=6457
gobject/ChangeLog
gobject/gparamspecs.c