summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-07-27 05:31:12 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-07-27 05:31:12 +0000
commitd33887428e66f8619f6d809fbbed2fdd8d02bcac (patch)
treef831b043d8daf04d42248bdcdbac6c8e20a7540d
parent864d4be8ca86540af1553bd42b3dbc9e78641083 (diff)
downloadglib-d33887428e66f8619f6d809fbbed2fdd8d02bcac.tar.gz
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).
-rw-r--r--gobject/ChangeLog7
-rw-r--r--gobject/gobject.c2
-rw-r--r--gobject/gobject.def2
3 files changed, 9 insertions, 2 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index 931d2b051..1d1a22d77 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -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
diff --git a/gobject/gobject.c b/gobject/gobject.c
index 2dc2b338e..9dc289f3f 100644
--- a/gobject/gobject.c
+++ b/gobject/gobject.c
@@ -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;
diff --git a/gobject/gobject.def b/gobject/gobject.def
index 826992bc0..4d67d6e6f 100644
--- a/gobject/gobject.def
+++ b/gobject/gobject.def
@@ -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