summaryrefslogtreecommitdiff
path: root/glib.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-10-27 02:46:04 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-10-27 02:46:04 +0000
commit32ef70d4b27ac912188a47b6611d5e8c0516cc2f (patch)
tree04cc4c82c2f8d29f72efa9c08523021f2823f979 /glib.h
parent7ea09e45892c8239bd4d404463123592e6b3746d (diff)
New module to parse a simple markup language
2000-10-24 Havoc Pennington <hp@pobox.com> * gmarkup.h, gmarkup.c: New module to parse a simple markup language * Makefile.am: add gmarkup.h, gmarkup.c * tests/Makefile.am: add markup-test * gstring.h (g_string_new_len): new function to create a string with a length (g_string_new): avoid a gratuitous realloc
Diffstat (limited to 'glib.h')
-rw-r--r--glib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib.h b/glib.h
index e9da8d4bb..68f9ee900 100644
--- a/glib.h
+++ b/glib.h
@@ -44,6 +44,7 @@
#include <glist.h>
#include <gmacros.h>
#include <gmain.h>
+#include <gmarkup.h>
#include <gmem.h>
#include <gmessages.h>
#include <gnode.h>