From: Matthias Clasen Date: Thu, 29 Nov 2007 02:52:23 +0000 (+0000) Subject: Additions X-Git-Tag: GLIB_2_15_1~264 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6623170e65c2cb5303d0295aaea700e46754ed0c;p=platform%2Fupstream%2Fglib.git Additions svn path=/trunk/; revision=5987 --- diff --git a/docs/reference/glib/tmpl/markup.sgml b/docs/reference/glib/tmpl/markup.sgml index b6cc0bd..b02511f 100644 --- a/docs/reference/glib/tmpl/markup.sgml +++ b/docs/reference/glib/tmpl/markup.sgml @@ -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 @@ -233,6 +234,15 @@ g_markup_parse_context_parse() will report that error back to its caller. @Returns: + + + + + +@context: +@Returns: + + @@ -257,3 +267,30 @@ g_markup_parse_context_parse() will report that error back to its caller. @Returns: + + + + + +@G_MARKUP_COLLECT_INVALID: +@G_MARKUP_COLLECT_STRING: +@G_MARKUP_COLLECT_STRDUP: +@G_MARKUP_COLLECT_BOOLEAN: +@G_MARKUP_COLLECT_TRISTATE: +@G_MARKUP_COLLECT_OPTIONAL: + + + + + + +@element_name: +@attribute_names: +@attribute_values: +@error: +@first_type: +@first_attr: +@Varargs: +@Returns: + +