mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
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:
parent
c9bd7542e1
commit
f0cdf86878
@ -1,3 +1,9 @@
|
|||||||
|
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+.
|
||||||
|
|
||||||
Sun Jul 23 17:23:35 2000 Tim Janik <timj@gtk.org>
|
Sun Jul 23 17:23:35 2000 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gtype.[hc]: make g_type_fundamental_last() a function, avoiding all
|
* gtype.[hc]: make g_type_fundamental_last() a function, avoiding all
|
||||||
|
@ -69,7 +69,7 @@ static GHashTable *param_spec_hash_table = NULL;
|
|||||||
* For now, we'll simply use, as a method
|
* For now, we'll simply use, as a method
|
||||||
* 'extern gboolean glib_debug_objects'
|
* 'extern gboolean glib_debug_objects'
|
||||||
*/
|
*/
|
||||||
gboolean glib_debug_objects = FALSE;
|
GOBJECT_VAR gboolean glib_debug_objects = FALSE;
|
||||||
|
|
||||||
static guint debug_objects_count = 0;
|
static guint debug_objects_count = 0;
|
||||||
static GHashTable *debug_objects_ht = NULL;
|
static GHashTable *debug_objects_ht = NULL;
|
||||||
|
@ -117,3 +117,4 @@ EXPORTS
|
|||||||
g_value_types_init
|
g_value_types_init
|
||||||
g_value_unset
|
g_value_unset
|
||||||
g_values_exchange
|
g_values_exchange
|
||||||
|
glib_debug_objects
|
||||||
|
Loading…
Reference in New Issue
Block a user