From 01e5d78f6dbab0dbe0b40768711b868c9a7a77c0 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Wed, 31 May 2006 09:41:30 +0000 Subject: [PATCH] amend G_TYPE_CHAR according to #303622. Wed May 31 11:35:48 2006 Tim Janik * gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622. --- docs/reference/ChangeLog | 4 ++++ docs/reference/glib/tmpl/markup.sgml | 4 +--- docs/reference/glib/tmpl/messages.sgml | 10 ++++++++++ docs/reference/glib/tmpl/string_utils.sgml | 11 +++++++++++ docs/reference/gobject/tmpl/gtype.sgml | 8 +++++--- 5 files changed, 31 insertions(+), 6 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 3f3870a..8f920ee 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +Wed May 31 11:35:48 2006 Tim Janik + + * gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622. + 2006-05-28 Matthias Clasen * glib/tmpl/markup.sgml: Document G_MARKUP_TREAT_CDATA_AS_TEXT. diff --git a/docs/reference/glib/tmpl/markup.sgml b/docs/reference/glib/tmpl/markup.sgml index 29e8efe..a186a91 100644 --- a/docs/reference/glib/tmpl/markup.sgml +++ b/docs/reference/glib/tmpl/markup.sgml @@ -123,8 +123,7 @@ Flags that affect the behaviour of the parser. sections are not passed literally to the @passthrough function of the parser. Instead, the content of the section (without the <![CDATA[ and ]]>) is - passed to the @text function. This flag was added in GLib 2.12. - + passed to the @text function. This flag was added in GLib 2.12. @@ -162,7 +161,6 @@ g_markup_parse_context_parse() will report that error back to its caller. called for CDATA marked sections. @error: Callback to invoke when an error occurs. - diff --git a/docs/reference/glib/tmpl/messages.sgml b/docs/reference/glib/tmpl/messages.sgml index 7b152dd..ef18663 100644 --- a/docs/reference/glib/tmpl/messages.sgml +++ b/docs/reference/glib/tmpl/messages.sgml @@ -118,6 +118,8 @@ A convenience function/macro to log a normal message. @...: +@...: + @...: @@ -130,6 +132,8 @@ A convenience function/macro to log a warning message. @...: +@...: + @...: @@ -146,6 +150,8 @@ example. @...: +@...: + @...: @@ -163,6 +169,8 @@ assertion failure. @...: +@...: + @...: @@ -175,6 +183,8 @@ A convenience function/macro to log a debug message. @...: +@...: + @...: @Since: 2.6 diff --git a/docs/reference/glib/tmpl/string_utils.sgml b/docs/reference/glib/tmpl/string_utils.sgml index 7451399..f744d5d 100644 --- a/docs/reference/glib/tmpl/string_utils.sgml +++ b/docs/reference/glib/tmpl/string_utils.sgml @@ -644,6 +644,17 @@ For that purpose, use g_utf8_strreverse(). @Returns: the same pointer passed in as @string. + + + + + +@nptr: +@endptr: +@base: +@Returns: + + diff --git a/docs/reference/gobject/tmpl/gtype.sgml b/docs/reference/gobject/tmpl/gtype.sgml index 03c0d7c..83bd239 100644 --- a/docs/reference/gobject/tmpl/gtype.sgml +++ b/docs/reference/gobject/tmpl/gtype.sgml @@ -1666,9 +1666,11 @@ The fundamental type from which all interfaces are derived. - -The fundamental type corresponding to #gchar. - + + The fundamental type corresponding to #gchar. + The type designated by G_TYPE_CHAR is unconditionally an 8-bit signed integer. + This may or may not be the same type a the C type "gchar". + -- 2.7.4