Additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Nov 2007 02:52:23 +0000 (02:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Nov 2007 02:52:23 +0000 (02:52 +0000)
svn path=/trunk/; revision=5987

docs/reference/glib/tmpl/markup.sgml

index b6cc0bd..b02511f 100644 (file)
@@ -102,7 +102,8 @@ Error codes returned by markup parsing.
 @G_MARKUP_ERROR_PARSE: document was ill-formed
 @G_MARKUP_ERROR_UNKNOWN_ELEMENT: error should be set by #GMarkupParser functions; element wasn't known
 @G_MARKUP_ERROR_UNKNOWN_ATTRIBUTE: error should be set by #GMarkupParser functions; attribute wasn't known
-@G_MARKUP_ERROR_INVALID_POSITION: error should be set by #GMarkupParser functions; something was wrong with contents of the document, e.g. invalid attribute value
+@G_MARKUP_ERROR_INVALID_CONTENT: error should be set by #GMarkupParser functions; content was invalid
+@G_MARKUP_ERROR_MISSING_ATTRIBUTE: error should be set by #GMarkupParser functions; a required attribute was missing
 
 <!-- ##### MACRO G_MARKUP_ERROR ##### -->
 <para>
@@ -233,6 +234,15 @@ g_markup_parse_context_parse() will report that error back to its caller.
 @Returns: 
 
 
+<!-- ##### FUNCTION g_markup_parse_context_get_element_stack ##### -->
+<para>
+
+</para>
+
+@context: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_markup_parse_context_new ##### -->
 <para>
 
@@ -257,3 +267,30 @@ g_markup_parse_context_parse() will report that error back to its caller.
 @Returns: 
 
 
+<!-- ##### ENUM GMarkupCollectType ##### -->
+<para>
+
+</para>
+
+@G_MARKUP_COLLECT_INVALID: 
+@G_MARKUP_COLLECT_STRING: 
+@G_MARKUP_COLLECT_STRDUP: 
+@G_MARKUP_COLLECT_BOOLEAN: 
+@G_MARKUP_COLLECT_TRISTATE: 
+@G_MARKUP_COLLECT_OPTIONAL: 
+
+<!-- ##### FUNCTION g_markup_collect_attributes ##### -->
+<para>
+
+</para>
+
+@element_name: 
+@attribute_names: 
+@attribute_values: 
+@error: 
+@first_type: 
+@first_attr: 
+@Varargs: 
+@Returns: 
+
+