Add a function to return a list of applicable locale names. (#95587,

2004-09-07  Matthias Clasen  <mclasen@redhat.com>

	* glib/gutils.h:
	* glib/gutils.c (g_get_language_names): Add a function to
	return a list of applicable locale names.  (#95587,
	Hidetoshi Tajima)
	(guess_category_value, compute_locale_variants):
	(explode_locale, unalias_lang, read_aliases): Helper
	functions for g_get_language_names()

	* tests/testglib.c (main): Show the results of
	g_get_language_names()
This commit is contained in:
Matthias Clasen
2004-09-07 18:37:10 +00:00
committed by Matthias Clasen
parent 463ac34744
commit d209e108b1
10 changed files with 366 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-09-07 Matthias Clasen <mclasen@redhat.com>
* glib/glib-sections.txt: Add g_get_language_names().
Mon Sep 6 01:56:13 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/messages.sgml: Remove excess markup and fix a markup

View File

@@ -2096,5 +2096,6 @@ _
Q_
N_
g_strip_context
<SUBSECTION>
g_get_language_names
</SECTION>