summaryrefslogtreecommitdiff
path: root/glib
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 /glib
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 'glib')
-rw-r--r--glib/gmarkup.c2
-rw-r--r--glib/gmarkup.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/glib/gmarkup.c b/glib/gmarkup.c
index e44bc59d8..e955f7c7a 100644
--- a/glib/gmarkup.c
+++ b/glib/gmarkup.c
@@ -1702,7 +1702,7 @@ g_markup_parse_context_end_parse (GMarkupParseContext *context,
* @line_number: return location for a line number, or %NULL
* @char_number: return location for a char-on-line number, or %NULL
*
- * Returns the current line number and the number of the character on
+ * Retrieves the current line number and the number of the character on
* that line. Intended for use in error messages; there are no strict
* semantics for what constitutes the "current" line number other than
* "the best number we could come up with for error messages."
diff --git a/glib/gmarkup.h b/glib/gmarkup.h
index 487678d12..57a7c1e39 100644
--- a/glib/gmarkup.h
+++ b/glib/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;