summaryrefslogtreecommitdiff
path: root/glib.def
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-04-13 21:05:08 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-04-13 21:05:08 +0000
commitfb55f0056ea77efedcc51fe83552efcaf9ac3e93 (patch)
treed666ec8f6d34a1c3e2c0b6eea8ff232b3df83ae7 /glib.def
parent3aa65d30eb2dfeb63956a38ec9c5296477712888 (diff)
downloadglib-fb55f0056ea77efedcc51fe83552efcaf9ac3e93.tar.gz
Mention the tests directory.
* README.win32: Mention the tests directory. * glib.def: Add the functions from grand.c. * glibconfig.h.win32: Add unsigned max values, and the format strings. * makefile.msc: Add grand. * tests/{date-test,node-test}.c: Include <stdlib.h> for exit(). * tests/makefile.msc: New file.
Diffstat (limited to 'glib.def')
-rw-r--r--glib.def13
1 files changed, 13 insertions, 0 deletions
diff --git a/glib.def b/glib.def
index 7815cc204..833827b7f 100644
--- a/glib.def
+++ b/glib.def
@@ -264,6 +264,19 @@ EXPORTS
g_queue_pop_front
g_queue_push_back
g_queue_push_front
+ g_rand_double
+ g_rand_double_range
+ g_rand_free
+ g_rand_int
+ g_rand_int_range
+ g_rand_new
+ g_rand_new_with_seed
+ g_rand_set_seed
+ g_random_double
+ g_random_double_range
+ g_random_int
+ g_random_int_range
+ g_random_set_seed
g_realloc
g_relation_count
g_relation_delete