mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 20:25:12 +01:00
remove extraneous redefinition of G_PARAM_SPEC_CLASS().
Wed Feb 13 06:53:50 2002 Tim Janik <timj@gtk.org> * gparam.c: remove extraneous redefinition of G_PARAM_SPEC_CLASS().
This commit is contained in:
parent
d15d950210
commit
713ce83c53
@ -1,3 +1,7 @@
|
||||
Wed Feb 13 06:53:50 2002 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gparam.c: remove extraneous redefinition of G_PARAM_SPEC_CLASS().
|
||||
|
||||
Wed Feb 13 06:29:51 2002 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gvaluetransform.c: cosmetic cleanups, fixed [u]int64->string
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
|
||||
/* --- defines --- */
|
||||
#define G_PARAM_SPEC_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), G_TYPE_PARAM, GParamSpecClass))
|
||||
#define G_PARAM_USER_MASK (~0 << G_PARAM_USER_SHIFT)
|
||||
#define PSPEC_APPLIES_TO_VALUE(pspec, value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_PARAM_SPEC_VALUE_TYPE (pspec)))
|
||||
#define G_SLOCK(mutex) g_static_mutex_lock (mutex)
|
||||
|
Loading…
x
Reference in New Issue
Block a user