mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-21 15:31:57 +01:00
Add new functions.
2000-02-27 Tor Lillqvist <tml@iki.fi> * glib.def: Add new functions.
This commit is contained in:
committed by
Tor Lillqvist
parent
0f4173ba4c
commit
ed2628d638
@@ -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>
|
2000-02-23 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Add a missing step to the setup instructions for
|
* README.win32: Add a missing step to the setup instructions for
|
||||||
|
|||||||
@@ -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>
|
2000-02-23 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Add a missing step to the setup instructions for
|
* README.win32: Add a missing step to the setup instructions for
|
||||||
|
|||||||
@@ -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>
|
2000-02-23 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Add a missing step to the setup instructions for
|
* README.win32: Add a missing step to the setup instructions for
|
||||||
|
|||||||
@@ -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>
|
2000-02-23 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Add a missing step to the setup instructions for
|
* README.win32: Add a missing step to the setup instructions for
|
||||||
|
|||||||
@@ -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>
|
2000-02-23 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Add a missing step to the setup instructions for
|
* README.win32: Add a missing step to the setup instructions for
|
||||||
|
|||||||
@@ -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>
|
2000-02-23 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Add a missing step to the setup instructions for
|
* README.win32: Add a missing step to the setup instructions for
|
||||||
|
|||||||
@@ -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>
|
2000-02-23 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Add a missing step to the setup instructions for
|
* README.win32: Add a missing step to the setup instructions for
|
||||||
|
|||||||
@@ -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>
|
2000-02-23 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* README.win32: Add a missing step to the setup instructions for
|
* README.win32: Add a missing step to the setup instructions for
|
||||||
|
|||||||
3
glib.def
3
glib.def
@@ -381,6 +381,7 @@ EXPORTS
|
|||||||
g_strfreev
|
g_strfreev
|
||||||
g_string_append
|
g_string_append
|
||||||
g_string_append_c
|
g_string_append_c
|
||||||
|
g_string_append_len
|
||||||
g_string_assign
|
g_string_assign
|
||||||
g_string_chunk_free
|
g_string_chunk_free
|
||||||
g_string_chunk_insert
|
g_string_chunk_insert
|
||||||
@@ -391,9 +392,11 @@ EXPORTS
|
|||||||
g_string_free
|
g_string_free
|
||||||
g_string_insert
|
g_string_insert
|
||||||
g_string_insert_c
|
g_string_insert_c
|
||||||
|
g_string_insert_len
|
||||||
g_string_new
|
g_string_new
|
||||||
g_string_prepend
|
g_string_prepend
|
||||||
g_string_prepend_c
|
g_string_prepend_c
|
||||||
|
g_string_prepend_len
|
||||||
g_string_sized_new
|
g_string_sized_new
|
||||||
g_string_sprintf
|
g_string_sprintf
|
||||||
g_string_sprintfa
|
g_string_sprintfa
|
||||||
|
|||||||
@@ -381,6 +381,7 @@ EXPORTS
|
|||||||
g_strfreev
|
g_strfreev
|
||||||
g_string_append
|
g_string_append
|
||||||
g_string_append_c
|
g_string_append_c
|
||||||
|
g_string_append_len
|
||||||
g_string_assign
|
g_string_assign
|
||||||
g_string_chunk_free
|
g_string_chunk_free
|
||||||
g_string_chunk_insert
|
g_string_chunk_insert
|
||||||
@@ -391,9 +392,11 @@ EXPORTS
|
|||||||
g_string_free
|
g_string_free
|
||||||
g_string_insert
|
g_string_insert
|
||||||
g_string_insert_c
|
g_string_insert_c
|
||||||
|
g_string_insert_len
|
||||||
g_string_new
|
g_string_new
|
||||||
g_string_prepend
|
g_string_prepend
|
||||||
g_string_prepend_c
|
g_string_prepend_c
|
||||||
|
g_string_prepend_len
|
||||||
g_string_sized_new
|
g_string_sized_new
|
||||||
g_string_sprintf
|
g_string_sprintf
|
||||||
g_string_sprintfa
|
g_string_sprintfa
|
||||||
|
|||||||
Reference in New Issue
Block a user