mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Add (undefined) HAVE_C99_VSNPRINTF.
2001-12-21 Tor Lillqvist <tml@iki.fi> * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF. * glibconfig.h.win32.in: Add definition of G_HAVE_GROWING_STACK. * tests/Makefile.am: Rename the progs_LDADD, thread_LDADD and module_LDADD Make macros to progs_ldadd, thread_ldadd and module_ldadd. Newer automakes reserve macros named *_LDADD for the use as LDADDs for targets it knows. * glib/giowin32.c: (struct _GIOWin32Watch): 'callback' wasn't used here, either. 2001-12-21 Tor Lillqvist <tml@iki.fi> * gobject.def: Add g_signal_get_invocation_hint.
This commit is contained in:
committed by
Tor Lillqvist
parent
9504ea2f6f
commit
c2794647a4
@@ -1,3 +1,7 @@
|
||||
2001-12-21 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gobject.def: Add g_signal_get_invocation_hint.
|
||||
|
||||
Tue Dec 18 21:39:57 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* testoverride.c: added some assertions to test
|
||||
|
@@ -142,6 +142,7 @@ EXPORTS
|
||||
g_signal_emit_by_name
|
||||
g_signal_emit_valist
|
||||
g_signal_emitv
|
||||
g_signal_get_invocation_hint
|
||||
g_signal_handler_block
|
||||
g_signal_handler_disconnect
|
||||
g_signal_handler_find
|
||||
|
Reference in New Issue
Block a user