mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user