summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-10-05 00:06:48 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-10-05 00:06:48 +0000
commitf80cd103507c87dc8522fcce251806501a99eb4a (patch)
tree9c738d7722a8110d4c59d662e296d386210e2dc9 /docs
parent643bbe891207c15f7cd1d022177ec8c66ceb8acb (diff)
Update.
* glib/tmpl/conversions.sgml: Update.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog2
-rw-r--r--docs/reference/glib/tmpl/conversions.sgml16
2 files changed, 10 insertions, 8 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index ee1d3a3a5..e3f85abe3 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,4 +1,6 @@
2001-10-05 Matthias Clasen <matthiasc@poet.de>
+
+ * glib/tmpl/conversions.sgml: Update.
* glib/tmpl/patterns.sgml: Update.
diff --git a/docs/reference/glib/tmpl/conversions.sgml b/docs/reference/glib/tmpl/conversions.sgml
index 943130e36..4e2bc7c39 100644
--- a/docs/reference/glib/tmpl/conversions.sgml
+++ b/docs/reference/glib/tmpl/conversions.sgml
@@ -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.