2006-08-05 Matthias Clasen <mclasen@redhat.com>
* gparamspecs.c (g_param_spec_types_init): Don't initialize
struct members with function calls. (#349952)
+2006-08-05 Matthias Clasen <mclasen@redhat.com>
+
+ * gparamspecs.c (g_param_spec_types_init): Don't initialize
+ struct members with function calls. (#349952)
+
2006-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.1 ===
/* G_TYPE_PARAM_GTYPE
*/
{
+ GType value_type = G_TYPE_GTYPE;
GParamSpecTypeInfo pspec_info = {
sizeof (GParamSpecGType), /* instance_size */
0, /* n_preallocs */
param_gtype_init, /* instance_init */
- G_TYPE_GTYPE, /* value_type */
+ value_type, /* value_type */
NULL, /* finalize */
param_gtype_set_default, /* value_set_default */
param_gtype_validate, /* value_validate */