diff options
author | Havoc Pennington <hp@redhat.com> | 2000-07-12 21:06:16 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-07-12 21:06:16 +0000 |
commit | c38d1dd9e9eeec9a997ea78c3aefb2e5bcaa7ac6 (patch) | |
tree | 252df4bca45c9adcfd50b6b4032b742523b0aa8b /glib.h | |
parent | 780e6d7e2378d3794fc52b1c7ac075225940b90f (diff) |
#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
Diffstat (limited to 'glib.h')
-rw-r--r-- | glib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |