#include <gerror.h>

2000-07-12  Havoc Pennington  <hp@redhat.com>

* glib.h: #include <gerror.h>

* Makefile.am (include_HEADERS): Add gerror.h
(libglib_la_SOURCES): Add gbacktrace.c

* gbacktrace.c: Move g_on_error_query() in here (moved on the
server, so history is preserved)

* gerror.h: GError interface

* gerror.c: GError implementation replaces stuff that's now in
gbacktrace.c
This commit is contained in:
Havoc Pennington
2000-07-12 21:06:16 +00:00
committed by Havoc Pennington
parent 780e6d7e23
commit c38d1dd9e9
16 changed files with 480 additions and 510 deletions

View File

@@ -3326,6 +3326,7 @@ guint g_thread_pool_get_num_unused_threads (void);
void g_thread_pool_stop_unused_threads (void);
#include <gunicode.h>
#include <gerror.h>
#ifdef __cplusplus
}