From: Tor Lillqvist Date: Fri, 23 Jan 2004 03:01:30 +0000 (+0000) Subject: Add new functions. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c1de91abbdcc79b982be60f2c503a94c42fb527f;p=dana%2Fcg-glib.git Add new functions. 2004-01-23 Tor Lillqvist * glib/glib.def: Add new functions. --- diff --git a/ChangeLog b/ChangeLog index 00882c46..e15b9111 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-01-23 Tor Lillqvist + * glib/glib.def: Add new functions. + * glib/grand.c: Don't include unless HAVE_UNISTD_H. Include on G_OS_WIN32. (g_rand_new): Use getppid() only on G_OS_UNIX. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 00882c46..e15b9111 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2004-01-23 Tor Lillqvist + * glib/glib.def: Add new functions. + * glib/grand.c: Don't include unless HAVE_UNISTD_H. Include on G_OS_WIN32. (g_rand_new): Use getppid() only on G_OS_UNIX. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 00882c46..e15b9111 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2004-01-23 Tor Lillqvist + * glib/glib.def: Add new functions. + * glib/grand.c: Don't include unless HAVE_UNISTD_H. Include on G_OS_WIN32. (g_rand_new): Use getppid() only on G_OS_UNIX. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 00882c46..e15b9111 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2004-01-23 Tor Lillqvist + * glib/glib.def: Add new functions. + * glib/grand.c: Don't include unless HAVE_UNISTD_H. Include on G_OS_WIN32. (g_rand_new): Use getppid() only on G_OS_UNIX. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 00882c46..e15b9111 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2004-01-23 Tor Lillqvist + * glib/glib.def: Add new functions. + * glib/grand.c: Don't include unless HAVE_UNISTD_H. Include on G_OS_WIN32. (g_rand_new): Use getppid() only on G_OS_UNIX. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 00882c46..e15b9111 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2004-01-23 Tor Lillqvist + * glib/glib.def: Add new functions. + * glib/grand.c: Don't include unless HAVE_UNISTD_H. Include on G_OS_WIN32. (g_rand_new): Use getppid() only on G_OS_UNIX. diff --git a/glib/glib.def b/glib/glib.def index 61a7f7e2..15c2d1be 100644 --- a/glib/glib.def +++ b/glib/glib.def @@ -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