gobject.def Mark glib_debug_objects for export/import as it is used by
authorTor Lillqvist <tml@iki.fi>
Wed, 26 Jul 2000 15:33:50 +0000 (15:33 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 26 Jul 2000 15:33:50 +0000 (15:33 +0000)
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+.

gobject/ChangeLog
gobject/gobject.c
gobject/gobject.def

index cb04c82f86941cb4f54afa1ed9a2d20331d813a5..931d2b051dfaa606dd55fe6969a26306d4edc445 100644 (file)
@@ -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>
 
        * gtype.[hc]: make g_type_fundamental_last() a function, avoiding all
index 9dc289f3ff99442fe14b0cffdd623c07b0f05fcc..2dc2b338e1a7efe57b6aba758e070192e06e127d 100644 (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;
index 2e5edc322e43002c98e643e9fe816e30179068e5..826992bc0427198fa96c9546c005592f9619a62a 100644 (file)
@@ -117,3 +117,4 @@ EXPORTS
        g_value_types_init
        g_value_unset
        g_values_exchange
+       glib_debug_objects