gobject.def Mark glib_debug_objects for export/import as it is used by

2000-07-26  Tor Lillqvist  <tml@iki.fi>

	* gobject.def
	* gobject.c: Mark glib_debug_objects for export/import as it is
	used by GTK+.
This commit is contained in:
Tor Lillqvist
2000-07-26 15:33:50 +00:00
committed by Tor Lillqvist
parent c9bd7542e1
commit f0cdf86878
3 changed files with 8 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ static GHashTable *param_spec_hash_table = NULL;
* For now, we'll simply use, as a method
* 'extern gboolean glib_debug_objects'
*/
gboolean glib_debug_objects = FALSE;
GOBJECT_VAR gboolean glib_debug_objects = FALSE;
static guint debug_objects_count = 0;
static GHashTable *debug_objects_ht = NULL;