mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
Add missing entry points.
2000-11-11 Tor Lillqvist <tml@iki.fi> * glib.def: Add missing entry points. * gobject.def: Add missing functions.
This commit is contained in:
parent
4f76917c6a
commit
ccc9329e1c
@ -1,5 +1,7 @@
|
||||
2000-11-11 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add missing entry points.
|
||||
|
||||
* gfileutils.c (g_mkstemp): Improve chance to generate unique
|
||||
names with less effort a bit.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2000-11-11 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add missing entry points.
|
||||
|
||||
* gfileutils.c (g_mkstemp): Improve chance to generate unique
|
||||
names with less effort a bit.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2000-11-11 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add missing entry points.
|
||||
|
||||
* gfileutils.c (g_mkstemp): Improve chance to generate unique
|
||||
names with less effort a bit.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2000-11-11 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add missing entry points.
|
||||
|
||||
* gfileutils.c (g_mkstemp): Improve chance to generate unique
|
||||
names with less effort a bit.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2000-11-11 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add missing entry points.
|
||||
|
||||
* gfileutils.c (g_mkstemp): Improve chance to generate unique
|
||||
names with less effort a bit.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2000-11-11 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add missing entry points.
|
||||
|
||||
* gfileutils.c (g_mkstemp): Improve chance to generate unique
|
||||
names with less effort a bit.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2000-11-11 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add missing entry points.
|
||||
|
||||
* gfileutils.c (g_mkstemp): Improve chance to generate unique
|
||||
names with less effort a bit.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2000-11-11 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add missing entry points.
|
||||
|
||||
* gfileutils.c (g_mkstemp): Improve chance to generate unique
|
||||
names with less effort a bit.
|
||||
|
||||
|
1
glib.def
1
glib.def
@ -222,6 +222,7 @@ EXPORTS
|
||||
g_main_win32_get_poll_func
|
||||
g_malloc
|
||||
g_malloc0
|
||||
g_markup_error_quark
|
||||
g_markup_escape_text
|
||||
g_markup_parse_context_end_parse
|
||||
g_markup_parse_context_free
|
||||
|
@ -222,6 +222,7 @@ EXPORTS
|
||||
g_main_win32_get_poll_func
|
||||
g_malloc
|
||||
g_malloc0
|
||||
g_markup_error_quark
|
||||
g_markup_escape_text
|
||||
g_markup_parse_context_end_parse
|
||||
g_markup_parse_context_free
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* makefile.{mingw,msc}.in (gobject_OBJECTS): Add gtypemodule.
|
||||
|
||||
* gobject.def: Add new functions.
|
||||
* gobject.def: Add missing functions.
|
||||
|
||||
Sun Nov 5 13:21:28 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -79,7 +79,10 @@ EXPORTS
|
||||
g_signal_handler_disconnect
|
||||
g_signal_handler_find
|
||||
g_signal_handler_unblock
|
||||
g_signal_handlers_block_matched
|
||||
g_signal_handlers_destroy
|
||||
g_signal_handlers_disconnect_matched
|
||||
g_signal_handlers_unblock_matched
|
||||
g_signal_lookup
|
||||
g_signal_name
|
||||
g_signal_newv
|
||||
|
Loading…
Reference in New Issue
Block a user