mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
Doc improvements
svn path=/trunk/; revision=5988
This commit is contained in:
parent
6623170e65
commit
cf0b542ab0
@ -1,7 +1,8 @@
|
||||
2007-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gmarkup.c:
|
||||
* glib/gerror.c: Add Since: tags to new API
|
||||
* glib/gmarkup.h:
|
||||
* glib/gmarkup.c:
|
||||
* glib/gerror.c: Add Since: tags to new API, other doc improvements.
|
||||
|
||||
2007-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
@ -2447,12 +2447,13 @@ g_markup_parse_boolean (const char *string,
|
||||
* particular attribute is to be allowed but
|
||||
* ignored.
|
||||
*
|
||||
* This function deals with issuing errors for
|
||||
* missing attributes, unknown attributes and
|
||||
* duplicate attributes as well as parse errors
|
||||
* for boolean-valued attributes. In all of these
|
||||
* cases %FALSE will be returned and @error will
|
||||
* be set as appropriate.
|
||||
* This function deals with issuing errors for missing attributes
|
||||
* (of type %G_MARKUP_ERROR_MISSING_ATTRIBUTE), unknown attributes
|
||||
* (of type %G_MARKUP_ERROR_UNKNOWN_ATTRIBUTE) and duplicate
|
||||
* attributes (of type %G_MARKUP_ERROR_INVALID_CONTENT) as well
|
||||
* as parse errors for boolean-valued attributes (again of type
|
||||
* %G_MARKUP_ERROR_INVALID_CONTENT). In all of these cases %FALSE
|
||||
* will be returned and @error will be set as appropriate.
|
||||
*
|
||||
* Return value: %TRUE if successful
|
||||
*
|
||||
|
@ -33,7 +33,7 @@ typedef enum
|
||||
G_MARKUP_ERROR_BAD_UTF8,
|
||||
G_MARKUP_ERROR_EMPTY,
|
||||
G_MARKUP_ERROR_PARSE,
|
||||
/* These three are primarily intended for specific GMarkupParser
|
||||
/* The following are primarily intended for specific GMarkupParser
|
||||
* implementations to set.
|
||||
*/
|
||||
G_MARKUP_ERROR_UNKNOWN_ELEMENT,
|
||||
|
Loading…
Reference in New Issue
Block a user