amend G_TYPE_CHAR according to #303622.
authorTim Janik <timj@gtk.org>
Wed, 31 May 2006 09:41:30 +0000 (09:41 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 31 May 2006 09:41:30 +0000 (09:41 +0000)
Wed May 31 11:35:48 2006  Tim Janik  <timj@gtk.org>

        * gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622.

docs/reference/ChangeLog
docs/reference/glib/tmpl/markup.sgml
docs/reference/glib/tmpl/messages.sgml
docs/reference/glib/tmpl/string_utils.sgml
docs/reference/gobject/tmpl/gtype.sgml

index 3f3870a716f6758cc1594f69c63ebb0253908742..8f920ee9b15d908a2426d19c8a59acea1a30196a 100644 (file)
@@ -1,3 +1,7 @@
+Wed May 31 11:35:48 2006  Tim Janik  <timj@gtk.org>
+
+       * gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622.
+
 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/tmpl/markup.sgml: Document G_MARKUP_TREAT_CDATA_AS_TEXT.
index 29e8efe761a327406fb4e8cbc3db5911a865f66f..a186a912f5819450ade02ce5a3892b19b644b0ed 100644 (file)
@@ -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 
   <literal>&lt;![CDATA[</literal> and <literal>]]&gt;</literal>) 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.
 
 <!-- ##### STRUCT GMarkupParseContext ##### -->
 <para>
@@ -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.
 
-
 <!-- ##### FUNCTION g_markup_escape_text ##### -->
 <para>
 
index 7b152dd08e1dc6fadab38d3fc2217a48484633f0..ef18663b6727a0ff3f0baf9575e8eaf4d365cdb1 100644 (file)
@@ -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
 
index 7451399a4083cc422c20ba55b4fb14218211acc7..f744d5dbda27bb24986f2f98f43d1ba9d378c046 100644 (file)
@@ -644,6 +644,17 @@ For that purpose, use g_utf8_strreverse().
 @Returns: the same pointer passed in as @string.
 
 
+<!-- ##### FUNCTION g_ascii_strtoll ##### -->
+<para>
+
+</para>
+
+@nptr: 
+@endptr: 
+@base: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_ascii_strtoull ##### -->
 <para>
 
index 03c0d7cc74fd724e1bc0e931fa39e8fb9621e0d0..83bd239621b80c40a29321039049d49726cc78e2 100644 (file)
@@ -1666,9 +1666,11 @@ The fundamental type from which all interfaces are derived.
 
 
 <!-- ##### MACRO G_TYPE_CHAR ##### -->
-<para>
-The fundamental type corresponding to #gchar.
-</para>
+  <para>
+    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".
+  </para>