mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 01:48:53 +02:00
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:
committed by
Tor Lillqvist
parent
864d4be8ca
commit
d33887428e
@@ -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;
|
||||
|
Reference in New Issue
Block a user