Add new functions.

2000-02-27  Tor Lillqvist  <tml@iki.fi>

* glib.def: Add new functions.
This commit is contained in:
Tor Lillqvist 2000-02-27 10:21:30 +00:00 committed by Tor Lillqvist
parent 0f4173ba4c
commit ed2628d638
10 changed files with 38 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-02-27 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new functions.
2000-02-23 Tor Lillqvist <tml@iki.fi>
* README.win32: Add a missing step to the setup instructions for

View File

@ -1,3 +1,7 @@
2000-02-27 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new functions.
2000-02-23 Tor Lillqvist <tml@iki.fi>
* README.win32: Add a missing step to the setup instructions for

View File

@ -1,3 +1,7 @@
2000-02-27 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new functions.
2000-02-23 Tor Lillqvist <tml@iki.fi>
* README.win32: Add a missing step to the setup instructions for

View File

@ -1,3 +1,7 @@
2000-02-27 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new functions.
2000-02-23 Tor Lillqvist <tml@iki.fi>
* README.win32: Add a missing step to the setup instructions for

View File

@ -1,3 +1,7 @@
2000-02-27 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new functions.
2000-02-23 Tor Lillqvist <tml@iki.fi>
* README.win32: Add a missing step to the setup instructions for

View File

@ -1,3 +1,7 @@
2000-02-27 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new functions.
2000-02-23 Tor Lillqvist <tml@iki.fi>
* README.win32: Add a missing step to the setup instructions for

View File

@ -1,3 +1,7 @@
2000-02-27 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new functions.
2000-02-23 Tor Lillqvist <tml@iki.fi>
* README.win32: Add a missing step to the setup instructions for

View File

@ -1,3 +1,7 @@
2000-02-27 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new functions.
2000-02-23 Tor Lillqvist <tml@iki.fi>
* README.win32: Add a missing step to the setup instructions for

View File

@ -381,6 +381,7 @@ EXPORTS
g_strfreev
g_string_append
g_string_append_c
g_string_append_len
g_string_assign
g_string_chunk_free
g_string_chunk_insert
@ -391,9 +392,11 @@ EXPORTS
g_string_free
g_string_insert
g_string_insert_c
g_string_insert_len
g_string_new
g_string_prepend
g_string_prepend_c
g_string_prepend_len
g_string_sized_new
g_string_sprintf
g_string_sprintfa

View File

@ -381,6 +381,7 @@ EXPORTS
g_strfreev
g_string_append
g_string_append_c
g_string_append_len
g_string_assign
g_string_chunk_free
g_string_chunk_insert
@ -391,9 +392,11 @@ EXPORTS
g_string_free
g_string_insert
g_string_insert_c
g_string_insert_len
g_string_new
g_string_prepend
g_string_prepend_c
g_string_prepend_len
g_string_sized_new
g_string_sprintf
g_string_sprintfa