Commit accumulated changes.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 16 Sep 2004 03:16:57 +0000 (03:16 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 16 Sep 2004 03:16:57 +0000 (03:16 +0000)
docs/reference/glib/tmpl/completion.sgml
docs/reference/glib/tmpl/date.sgml
docs/reference/glib/tmpl/fileutils.sgml
docs/reference/glib/tmpl/glib-unused.sgml
docs/reference/glib/tmpl/i18n.sgml
docs/reference/glib/tmpl/misc_utils.sgml
docs/reference/glib/tmpl/string_utils.sgml
docs/reference/glib/tmpl/strings.sgml
docs/reference/glib/tmpl/windows.sgml

index 20e009fcca964f25c4774b9f2ef8b6978a91105c..0baa05279e4ad44b1c2bfc510b07183122ce933c 100644 (file)
@@ -15,7 +15,8 @@ A #GCompletion is created using g_completion_new().
 Target items are added and removed with
 g_completion_add_items(), g_completion_remove_items() and
 g_completion_clear_items().
-A completion attempt is requested with g_completion_complete().
+A completion attempt is requested with g_completion_complete() or 
+g_completion_complete_utf8().
 When no longer needed, the #GCompletion is freed with g_completion_free().
 </para>
 <para>
@@ -40,7 +41,8 @@ The data structure used for automatic completion.
 @items: list of target items (strings or data structures).
 @func: function which is called to get the string associated with a target 
   item. It is %NULL if the target items are strings.
-@prefix: the last prefix passed to g_completion_complete().
+@prefix: the last prefix passed to g_completion_complete() or 
+  g_completion_complete_utf8().
 @cache: the list of items which begin with @prefix.
 @strncmp_func: 
 
index 43756dde80ac5a5cc3c2ffdb074e5e9680b95338..046265b82406b9ea20ed3afe5652a16c0dfcf47e 100644 (file)
@@ -614,6 +614,15 @@ to be a Sunday.)
 @Returns: number of weeks.
 
 
+<!-- ##### FUNCTION g_date_get_iso8601_week_of_year ##### -->
+<para>
+
+</para>
+
+@date: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_date_strftime ##### -->
 <para>
 Generates a printed representation of the date, in a locale-specific
index aee0cf24d7e970aaee413fb25798460b4fcadcb1..092346b9e58ebafcc17d15545f1f6d266ab19e96 100644 (file)
@@ -94,7 +94,7 @@ differences in when a system will report a given error, etc.
      file (or other resource) or processes with special privileges can
      perform the operation.
 @G_FILE_ERROR_NOSYS: Function not implemented; this indicates that the
-    system is missing some functionality.  
+    system is missing some functionality.
 @G_FILE_ERROR_FAILED: Does not correspond to a UNIX error code; this
   is the standard "failed for unspecified reason" error code present in 
   all #GError error code enumerations. Returned if no specific
index 381e81cfee740c12702f53dd4fc3f1cbd99ee665..2cf0ace4c728c25221cee00a8e70aa7ff59f5a54 100644 (file)
@@ -180,6 +180,15 @@ in any UNIX manual.
 </para>
 
 
+<!-- ##### MACRO ftruncate ##### -->
+<para>
+Provided for UNIX emulation on Windows; see documentation for <function>ftruncate()</function>
+in any UNIX manual.
+</para>
+
+@fd: 
+@size: 
+
 <!-- ##### FUNCTION g_channel_error_from_errno ##### -->
 <para>
 
index 8e9ac53d58681636eaa305c07e142bcfe3d4661b..fc34eb1337d9a51d641c08fe67ba666f335bca3e 100644 (file)
@@ -93,3 +93,11 @@ be directly used, e.g. in string array initializers.
 @Returns: 
 
 
+<!-- ##### FUNCTION g_get_language_names ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+
index 8ead291c00d7b450eaf8ed58663ba764bb8d57fc..2d6616907f200bd47c3505c972e39352dbd91952 100644 (file)
@@ -123,13 +123,29 @@ returned.
 @Returns: 
 
 
+<!-- ##### FUNCTION g_get_system_data_dirs ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+
+<!-- ##### FUNCTION g_get_system_config_dirs ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+
 <!-- ##### FUNCTION g_get_home_dir ##### -->
 <para>
 Gets the current user's home directory. 
 </para>
 <para>
 Note that in contrast to traditional Unix tools, this function 
-prefers <filename>passwd</filename> entries over the <envar>HOME<envar> 
+prefers <filename>passwd</filename> entries over the <envar>HOME</envar> 
 environment variable.
 </para>
 
index 92b432779a8c1838f59e1882b2c69750e668a6d3..a772d9584e31d2cc438f1290a8aaba161f5cb8eb 100644 (file)
@@ -879,6 +879,15 @@ Joins a number of strings together to form one long string, with the optional
 together, with @separator between them.
 
 
+<!-- ##### FUNCTION g_strv_length ##### -->
+<para>
+
+</para>
+
+@str_array: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_strerror ##### -->
 <para>
 Returns a string corresponding to the given error code, e.g. "no such process".
index 6539dfab522cb531ef5c7d4090133d467bd254fe..c019d064d3ed2da406bd63f24867b91766a8862b 100644 (file)
@@ -155,6 +155,8 @@ Adds a character onto the end of a #GString, expanding it if necessary.
 @string: a #GString.
 @c: the character to append onto the end of the #GString.
 @Returns: the #GString.
+<!-- # Unused Parameters # -->
+@gstr: 
 
 
 <!-- ##### FUNCTION g_string_append_unichar ##### -->
index 0d1faa1095cfb93a57109b885edb61a4ee468c54..dde7fd062b8e7eb0f4044b7e458101fa5ebae242 100644 (file)
@@ -38,16 +38,6 @@ in any UNIX manual.
 @phandles: 
 
 
-<!-- ##### MACRO ftruncate ##### -->
-<para>
-Provided for UNIX emulation on Windows; see documentation for <function>ftruncate()</function>
-in any UNIX manual.
-</para>
-
-@fd: 
-@size: 
-
-
 <!-- ##### FUNCTION g_win32_error_message ##### -->
 <para>