mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add new functions.
2000-02-27 Tor Lillqvist <tml@iki.fi> * glib.def: Add new functions.
This commit is contained in:
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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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_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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user