Change ERROR_OTHER to ERROR_FAILED, add some dummy marking with _().

Mon Sep 11 10:03:24 2000  Owen Taylor  <otaylor@redhat.com>

	* glib.h convert.c (g_convert_with_fallback): Change
	ERROR_OTHER to ERROR_FAILED, add some dummy marking with _().

	* docs/reference/glib/glib-sections.txt
	docs/reference/glib/glib-docs.sgml Update for g_convert,
	g_unicode_validate.
This commit is contained in:
Owen Taylor
2000-10-19 15:21:04 +00:00
committed by Owen Taylor
parent e936093123
commit 1bfc515a37
18 changed files with 234 additions and 54 deletions

View File

@@ -188,7 +188,7 @@ gint g_unichar_to_utf8 (gunichar c,
*/
gboolean g_utf8_validate (const gchar *str,
gint len,
gint max_len,
const gchar **end);
G_END_DECLS