X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgcharset.h;h=e90a5f61b5a4026a888c7d15620f16a5c38c55ae;hb=40650e33239994237917322d4cfecc34e4cc4394;hp=cbb197541cb44cb574295a05244aa3df537361d3;hpb=e1b99b2ddcf21f5dab26ad74afa6935eaf70028e;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gcharset.h b/glib/gcharset.h index cbb1975..e90a5f6 100644 --- a/glib/gcharset.h +++ b/glib/gcharset.h @@ -14,8 +14,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the Gnome Library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * see . */ #ifndef __G_CHARSET_H__ @@ -29,10 +28,14 @@ G_BEGIN_DECLS +GLIB_AVAILABLE_IN_ALL gboolean g_get_charset (const char **charset); +GLIB_AVAILABLE_IN_ALL gchar * g_get_codeset (void); +GLIB_AVAILABLE_IN_ALL const gchar * const * g_get_language_names (void); +GLIB_AVAILABLE_IN_ALL gchar ** g_get_locale_variants (const gchar *locale); G_END_DECLS