* glib/tmpl/conversions.sgml: Update.
This commit is contained in:
Matthias Clasen
2001-10-05 00:06:48 +00:00
parent 643bbe8912
commit f80cd10350
2 changed files with 10 additions and 8 deletions

View File

@@ -1,4 +1,6 @@
2001-10-05 Matthias Clasen <matthiasc@poet.de> 2001-10-05 Matthias Clasen <matthiasc@poet.de>
* glib/tmpl/conversions.sgml: Update.
* glib/tmpl/patterns.sgml: Update. * glib/tmpl/patterns.sgml: Update.

View File

@@ -176,14 +176,14 @@ error domains.
<!-- ##### ENUM GConvertError ##### --> <!-- ##### ENUM GConvertError ##### -->
<para> <para>
Error codes returned by character set conversion routines.
</para> </para>
@G_CONVERT_ERROR_NO_CONVERSION: @G_CONVERT_ERROR_NO_CONVERSION: Conversion between the requested character sets
@G_CONVERT_ERROR_ILLEGAL_SEQUENCE: is not supported.
@G_CONVERT_ERROR_FAILED: @G_CONVERT_ERROR_ILLEGAL_SEQUENCE: Invalid byte sequence in conversion input.
@G_CONVERT_ERROR_PARTIAL_INPUT: @G_CONVERT_ERROR_FAILED: Conversion failed for some reason.
@G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI: @G_CONVERT_ERROR_PARTIAL_INPUT: Partial character sequence at end of input.
@G_CONVERT_ERROR_INVALID_URI: @G_CONVERT_ERROR_BAD_URI: URI is invalid.
@G_CONVERT_ERROR_NOT_ABSOLUTE_PATH: @G_CONVERT_ERROR_NOT_ABSOLUTE_PATH: Pathname is not an absolute path.