summaryrefslogtreecommitdiff
path: root/glib.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-06-21 16:11:21 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-06-21 16:11:21 +0000
commit0891c64816faaadc8e26f9eebb3205af11323473 (patch)
treed380a68b92ad80136407086bd7e7dae2f70453f3 /glib.h
parent876a6767eb690040cefb61a4c2a7822daecd4b8e (diff)
downloadglib-0891c64816faaadc8e26f9eebb3205af11323473.tar.gz
Initial pass at adding unicode support functions. A few things still need
Wed Jun 21 12:09:03 2000 Owen Taylor <otaylor@redhat.com> * gunicode.h gutf8.c guniprop.c gunidecomp.[ch] gunichartables.h Makefile.am glib.h: Initial pass at adding unicode support functions. A few things still need to be implemented, a bit of cleanup needs to be done, tests need to be added, and the docs need to be finished, but this should allow replacing most or all use of libunicode.
Diffstat (limited to 'glib.h')
-rw-r--r--glib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/glib.h b/glib.h
index 12fa999db..952014e40 100644
--- a/glib.h
+++ b/glib.h
@@ -3321,9 +3321,10 @@ guint g_thread_pool_get_num_unused_threads (void);
/* Stop all currently unused threads, but leave the limit untouched */
void g_thread_pool_stop_unused_threads (void);
+#include <gunicode.h>
+
#ifdef __cplusplus
}
#endif /* __cplusplus */
-
#endif /* __G_LIB_H__ */