No, don't mark glib_debug_objects for export here, it's handled specially
authorTor Lillqvist <tml@iki.fi>
Thu, 27 Jul 2000 05:31:12 +0000 (05:31 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 27 Jul 2000 05:31:12 +0000 (05:31 +0000)
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).

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

index 931d2b051dfaa606dd55fe6969a26306d4edc445..1d1a22d778a372ced51b6b234c2d6151057fbad4 100644 (file)
@@ -1,3 +1,10 @@
+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).
+
 2000-07-26  Tor Lillqvist  <tml@iki.fi>
 
        * gobject.def
index 2dc2b338e1a7efe57b6aba758e070192e06e127d..9dc289f3ff99442fe14b0cffdd623c07b0f05fcc 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'
  */
-GOBJECT_VAR gboolean glib_debug_objects = FALSE;
+gboolean glib_debug_objects = FALSE;
 
 static guint             debug_objects_count = 0;
 static GHashTable       *debug_objects_ht = NULL;
index 826992bc0427198fa96c9546c005592f9619a62a..4d67d6e6f8a9a0e8d9a958f08b55f57b40c4f488 100644 (file)
@@ -1,5 +1,4 @@
 EXPORTS
-       _g_type_fundamental_last
        g_enum_complete_type_info
        g_enum_get_value
        g_enum_get_value_by_name
@@ -66,6 +65,7 @@ EXPORTS
        g_type_create_instance
        g_type_free_instance
        g_type_from_name
+       g_type_fundamental_last
        g_type_fundamental_branch_last
        g_type_get_plugin
        g_type_get_qdata