summaryrefslogtreecommitdiff
path: root/gmarkup.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-11-05 18:38:08 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-05 18:38:08 +0000
commit14c4da8cdd8b76b765370048fb45fa741b899dad (patch)
tree18e671c97c2e4e7e9cda6fa0bf7a78dd3fc88e58 /gmarkup.h
parent194ae568820ef0717363c0e4e1f3371abd27f6ad (diff)
downloadglib-14c4da8cdd8b76b765370048fb45fa741b899dad.tar.gz
rename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG
2000-11-05 Havoc Pennington <hp@pobox.com> * gmarkup.h: rename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG * gmarkup.c: don't start doc comments with "Returns" 2000-11-05 Havoc Pennington <hp@pobox.com> * glib/tmpl/markup.sgml: Write docs
Diffstat (limited to 'gmarkup.h')
-rw-r--r--gmarkup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmarkup.h b/gmarkup.h
index 487678d12..57a7c1e39 100644
--- a/gmarkup.h
+++ b/gmarkup.h
@@ -48,7 +48,7 @@ GQuark g_markup_error_quark ();
typedef enum
{
/* Hmm, can't think of any at the moment */
- G_MARKUP_FOO = 1 << 0
+ G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG = 1 << 0
} GMarkupParseFlags;