mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
Add new functions.
2004-01-23 Tor Lillqvist <tml@iki.fi> * glib/glib.def: Add new functions.
This commit is contained in:
parent
876b7efdbd
commit
c1de91abbd
@ -1,5 +1,7 @@
|
||||
2004-01-23 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/glib.def: Add new functions.
|
||||
|
||||
* glib/grand.c: Don't include <unistd.h> unless
|
||||
HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
|
||||
(g_rand_new): Use getppid() only on G_OS_UNIX.
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-01-23 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/glib.def: Add new functions.
|
||||
|
||||
* glib/grand.c: Don't include <unistd.h> unless
|
||||
HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
|
||||
(g_rand_new): Use getppid() only on G_OS_UNIX.
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-01-23 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/glib.def: Add new functions.
|
||||
|
||||
* glib/grand.c: Don't include <unistd.h> unless
|
||||
HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
|
||||
(g_rand_new): Use getppid() only on G_OS_UNIX.
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-01-23 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/glib.def: Add new functions.
|
||||
|
||||
* glib/grand.c: Don't include <unistd.h> unless
|
||||
HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
|
||||
(g_rand_new): Use getppid() only on G_OS_UNIX.
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-01-23 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/glib.def: Add new functions.
|
||||
|
||||
* glib/grand.c: Don't include <unistd.h> unless
|
||||
HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
|
||||
(g_rand_new): Use getppid() only on G_OS_UNIX.
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-01-23 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/glib.def: Add new functions.
|
||||
|
||||
* glib/grand.c: Don't include <unistd.h> unless
|
||||
HAVE_UNISTD_H. Include <process.h> on G_OS_WIN32.
|
||||
(g_rand_new): Use getppid() only on G_OS_UNIX.
|
||||
|
@ -405,6 +405,7 @@ EXPORTS
|
||||
g_printf_string_upper_bound
|
||||
g_propagate_error
|
||||
g_ptr_array_add
|
||||
g_ptr_array_foreach
|
||||
g_ptr_array_free
|
||||
g_ptr_array_new
|
||||
g_ptr_array_remove
|
||||
@ -441,7 +442,9 @@ EXPORTS
|
||||
g_rand_int_range
|
||||
g_rand_new
|
||||
g_rand_new_with_seed
|
||||
g_rand_new_with_seed_array
|
||||
g_rand_set_seed
|
||||
g_rand_set_seed_array
|
||||
g_random_double
|
||||
g_random_double_range
|
||||
g_random_int
|
||||
@ -660,6 +663,7 @@ EXPORTS
|
||||
g_timeout_add_full
|
||||
g_timeout_funcs
|
||||
g_timeout_source_new
|
||||
g_timer_continue
|
||||
g_timer_destroy
|
||||
g_timer_elapsed
|
||||
g_timer_new
|
||||
|
Loading…
Reference in New Issue
Block a user