diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2003-10-24 23:10:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-10-24 23:10:37 +0000 |
commit | eb9b3fbdeb9fc9029f395b8a44b05b92d3d690b0 (patch) | |
tree | ff246c01865c15da79c67547224a38a5b887085e /gobject | |
parent | 05d097adb6226ad4dd989eefb02ffac2547c64be (diff) |
100%
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/gparam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject/gparam.h b/gobject/gparam.h index f86ebdd38..9cd33e123 100644 --- a/gobject/gparam.h +++ b/gobject/gparam.h @@ -98,6 +98,7 @@ struct _GParamSpecClass gint (*values_cmp) (GParamSpec *pspec, const GValue *value1, const GValue *value2); + /*< private >*/ gpointer dummy[4]; }; struct _GParameter /* auxillary structure for _setv() variants */ |