diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-04-19 18:40:31 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-04-19 18:40:31 +0000 |
commit | 7bd3771d3d1759857c8ab174acd08730470f736f (patch) | |
tree | 325e52b6863729c8c8f07ac1a0f4fd01f9df0873 | |
parent | 1383e5b64259c05b977442df2c473fa5931854a5 (diff) |
Update entry point list.
2000-04-19 Tor Lillqvist <tml@iki.fi>
* glib.def: Update entry point list.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-12 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 4 | ||||
-rw-r--r-- | glib.def | 5 | ||||
-rw-r--r-- | glib/glib.def | 5 |
10 files changed, 40 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2000-04-19 Tor Lillqvist <tml@iki.fi> + + * glib.def: Update entry point list. + 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index e32a0fb13..3c8bf539d 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +2000-04-19 Tor Lillqvist <tml@iki.fi> + + * glib.def: Update entry point list. + 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e32a0fb13..3c8bf539d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2000-04-19 Tor Lillqvist <tml@iki.fi> + + * glib.def: Update entry point list. + 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index e32a0fb13..3c8bf539d 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2000-04-19 Tor Lillqvist <tml@iki.fi> + + * glib.def: Update entry point list. + 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index e32a0fb13..3c8bf539d 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2000-04-19 Tor Lillqvist <tml@iki.fi> + + * glib.def: Update entry point list. + 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e32a0fb13..3c8bf539d 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2000-04-19 Tor Lillqvist <tml@iki.fi> + + * glib.def: Update entry point list. + 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e32a0fb13..3c8bf539d 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2000-04-19 Tor Lillqvist <tml@iki.fi> + + * glib.def: Update entry point list. + 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e32a0fb13..3c8bf539d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2000-04-19 Tor Lillqvist <tml@iki.fi> + + * glib.def: Update entry point list. + 2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work @@ -7,6 +7,7 @@ EXPORTS g_array_remove_index g_array_remove_index_fast g_array_set_size + g_array_sized_new g_atexit g_basename g_bit_nth_lsf @@ -20,6 +21,7 @@ EXPORTS g_byte_array_remove_index g_byte_array_remove_index_fast g_byte_array_set_size + g_byte_array_sized_new g_cache_destroy g_cache_insert g_cache_key_foreach @@ -254,13 +256,14 @@ EXPORTS g_ptr_array_remove_index g_ptr_array_remove_index_fast g_ptr_array_set_size + g_ptr_array_sized_new g_quark_from_static_string g_quark_from_string g_quark_to_string g_quark_try_string - g_queue_create g_queue_free g_queue_is_empty + g_queue_new g_queue_peek_head g_queue_peek_tail g_queue_pop_head diff --git a/glib/glib.def b/glib/glib.def index 14e742e9a..9e0a010d8 100644 --- a/glib/glib.def +++ b/glib/glib.def @@ -7,6 +7,7 @@ EXPORTS g_array_remove_index g_array_remove_index_fast g_array_set_size + g_array_sized_new g_atexit g_basename g_bit_nth_lsf @@ -20,6 +21,7 @@ EXPORTS g_byte_array_remove_index g_byte_array_remove_index_fast g_byte_array_set_size + g_byte_array_sized_new g_cache_destroy g_cache_insert g_cache_key_foreach @@ -254,13 +256,14 @@ EXPORTS g_ptr_array_remove_index g_ptr_array_remove_index_fast g_ptr_array_set_size + g_ptr_array_sized_new g_quark_from_static_string g_quark_from_string g_quark_to_string g_quark_try_string - g_queue_create g_queue_free g_queue_is_empty + g_queue_new g_queue_peek_head g_queue_peek_tail g_queue_pop_head |