placed a comment about not changing CArray until we have

Sun Mar  3 04:11:58 2002  Tim Janik  <timj@gtk.org>

        * gobject.c: placed a comment about not changing CArray until we have
        g_object_list_watched_closures().

        * gparam.h (struct _GParamSpecClass): added padding.

        * gobjectnotifyqueue.c (struct _GObjectNotifyQueue): abuse
        g_list_alloc() to allocate GObjectNotifyQueue to et rid
        of locking issues.
This commit is contained in:
Tim Janik
2002-03-03 03:14:43 +00:00
committed by Tim Janik
parent c2d49b8f7e
commit d7dd9aefd8
4 changed files with 44 additions and 13 deletions

View File

@@ -98,6 +98,7 @@ struct _GParamSpecClass
gint (*values_cmp) (GParamSpec *pspec,
const GValue *value1,
const GValue *value2);
gpointer dummy[4];
};
struct _GParameter /* auxillary structure for _setv() variants */
{