mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
Move glib_debug_objects out of the G_ENABLE_DEBUG #ifdef.
2001-01-03 Alexander Larsson <alexl@redhat.com> * gobject.c: Move glib_debug_objects out of the G_ENABLE_DEBUG #ifdef.
This commit is contained in:
committed by
Alexander Larsson
parent
e3c9221e8c
commit
2b579b5933
@@ -133,13 +133,14 @@ static gulong gobject_signals[LAST_SIGNAL] = { 0, };
|
||||
|
||||
|
||||
/* --- functions --- */
|
||||
#ifdef G_ENABLE_DEBUG
|
||||
/* We need an actual method for handling debug keys in GLib.
|
||||
* For now, we'll simply use, as a method
|
||||
* 'extern gboolean glib_debug_objects'
|
||||
*/
|
||||
static volatile GObject *glib_trap_object_ref = NULL;
|
||||
gboolean glib_debug_objects = FALSE;
|
||||
|
||||
#ifdef G_ENABLE_DEBUG
|
||||
static volatile GObject *glib_trap_object_ref = NULL;
|
||||
static guint debug_objects_count = 0;
|
||||
static GHashTable *debug_objects_ht = NULL;
|
||||
static void
|
||||
|
Reference in New Issue
Block a user