Commit autogenerated stuff.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 28 Jul 2003 20:20:00 +0000 (20:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 28 Jul 2003 20:20:00 +0000 (20:20 +0000)
docs/reference/glib/tmpl/arrays.sgml
docs/reference/glib/tmpl/limits.sgml
docs/reference/glib/tmpl/messages.sgml
docs/reference/glib/tmpl/misc_utils.sgml
docs/reference/glib/tmpl/string_chunks.sgml
docs/reference/glib/tmpl/threads.sgml

index 57ad5f9..af7ed54 100644 (file)
@@ -220,7 +220,7 @@ Removes the given number of elements starting at the given index from a
 
 @array: a @GArray.
 @index_: the index of the first element to remove.
-@length: the number of elements to remove. 
+@length: the number of elements to remove.
 @Returns: the #GArray.
 @Since: 2.4
 
index a82ba7c..7d3d179 100644 (file)
@@ -109,6 +109,7 @@ use -G_MAX_FLOAT.
 </para>
 
 
+
 <!-- ##### MACRO G_MAXFLOAT ##### -->
 <para>
 The maximum value which can be held in a #gfloat.
index a8b80ef..45b0c75 100644 (file)
@@ -87,7 +87,7 @@ function is called to terminate the program.
 @log_domain: the log domain, usually #G_LOG_DOMAIN.
 @log_level: the log level, either from #GLogLevelFlags or a user-defined level.
 @format: the message format. See the <function>printf()</function>
-documentation. 
+documentation.
 @Varargs: the parameters to insert into the format string.
 
 
index 0cc37b0..0553a9b 100644 (file)
@@ -157,8 +157,8 @@ path it returns %NULL.
 
 </para>
 
-@file_name:
-@Returns:
+@file_name: 
+@Returns: 
 
 
 <!-- ##### FUNCTION g_path_get_dirname ##### -->
index 85961ae..4b5fcba 100644 (file)
@@ -98,6 +98,17 @@ added with g_string_chunk_insert(), even if they do match.
 #GStringChunk.
 
 
+<!-- ##### FUNCTION g_string_chunk_insert_len ##### -->
+<para>
+
+</para>
+
+@chunk: 
+@string: 
+@len: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_string_chunk_free ##### -->
 <para>
 Frees all memory allocated by the #GStringChunk.
index e3c61fc..3d15d41 100644 (file)
@@ -1626,6 +1626,7 @@ The possible stati of a one-time initialization function controlled by a #GOnce
 @G_ONCE_STATUS_NOTCALLED: the function has not been called yet.
 @G_ONCE_STATUS_PROGRESS: the function call is currently in progress.
 @G_ONCE_STATUS_READY: the function has been called.
+@Since: 2.4
 
 <!-- ##### MACRO G_ONCE_INIT ##### -->
 <para>
@@ -1639,6 +1640,7 @@ GOnce my_once = G_ONCE_INIT;
 </informalexample>
 </para>
 
+@Since: 2.4
 
 
 <!-- ##### MACRO g_once ##### -->