No, don't mark glib_debug_objects for export here, it's handled specially

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

	* gobject.c: No, don't mark glib_debug_objects for export here,
	it's handled specially in gtktypeutils.c.

	* gobject.def: Export g_type_fundamental_last (the function).
This commit is contained in:
Tor Lillqvist
2000-07-27 05:31:12 +00:00
committed by Tor Lillqvist
parent 864d4be8ca
commit d33887428e
3 changed files with 9 additions and 2 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'
*/
GOBJECT_VAR gboolean glib_debug_objects = FALSE;
gboolean glib_debug_objects = FALSE;
static guint debug_objects_count = 0;
static GHashTable *debug_objects_ht = NULL;