Update.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 5 Oct 2001 00:06:48 +0000 (00:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 5 Oct 2001 00:06:48 +0000 (00:06 +0000)
* glib/tmpl/conversions.sgml: Update.

docs/reference/ChangeLog
docs/reference/glib/tmpl/conversions.sgml

index ee1d3a3..e3f85ab 100644 (file)
@@ -1,4 +1,6 @@
 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
+       
+       * glib/tmpl/conversions.sgml: Update.
 
        * glib/tmpl/patterns.sgml: Update.
 
index 943130e..4e2bc7c 100644 (file)
@@ -176,14 +176,14 @@ error domains.
 
 <!-- ##### ENUM GConvertError ##### -->
 <para>
-
+Error codes returned by character set conversion routines.
 </para>
 
-@G_CONVERT_ERROR_NO_CONVERSION: 
-@G_CONVERT_ERROR_ILLEGAL_SEQUENCE: 
-@G_CONVERT_ERROR_FAILED: 
-@G_CONVERT_ERROR_PARTIAL_INPUT: 
-@G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI: 
-@G_CONVERT_ERROR_INVALID_URI: 
-@G_CONVERT_ERROR_NOT_ABSOLUTE_PATH: 
+@G_CONVERT_ERROR_NO_CONVERSION: Conversion between the requested character sets
+is not supported. 
+@G_CONVERT_ERROR_ILLEGAL_SEQUENCE: Invalid byte sequence in conversion input.
+@G_CONVERT_ERROR_FAILED: Conversion failed for some reason. 
+@G_CONVERT_ERROR_PARTIAL_INPUT: Partial character sequence at end of input.
+@G_CONVERT_ERROR_BAD_URI: URI is invalid. 
+@G_CONVERT_ERROR_NOT_ABSOLUTE_PATH: Pathname is not an absolute path.