From f80cd103507c87dc8522fcce251806501a99eb4a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 5 Oct 2001 00:06:48 +0000 Subject: [PATCH] Update. * glib/tmpl/conversions.sgml: Update. --- docs/reference/ChangeLog | 2 ++ docs/reference/glib/tmpl/conversions.sgml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index ee1d3a3..e3f85ab 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,4 +1,6 @@ 2001-10-05 Matthias Clasen + + * 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 943130e..4e2bc7c 100644 --- a/docs/reference/glib/tmpl/conversions.sgml +++ b/docs/reference/glib/tmpl/conversions.sgml @@ -176,14 +176,14 @@ error domains. - +Error codes returned by character set conversion routines. -@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. -- 2.7.4