urg managed to forget this last time ;(

Wed Dec 13 09:31:26 2000  Tim Janik  <timj@gtk.org>

        * gparamspecs.[hc]: add G_TYPE_PARAM_BOXED implementation.

        * gobject.[hc]: minor fixes.
This commit is contained in:
Tim Janik
2000-12-13 08:36:17 +00:00
committed by Tim Janik
parent 9edb08492d
commit 484f2ee732
7 changed files with 103 additions and 8 deletions

View File

@@ -430,7 +430,7 @@ static void
g_object_init (GObject *object)
{
object->ref_count = 1;
object->qdata = NULL;
g_datalist_init (&object->qdata);
/* freeze object's notification queue, g_object_new_valist() takes care of that */
object_freeze_notifies (object);