X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgcharset.h;h=e90a5f61b5a4026a888c7d15620f16a5c38c55ae;hb=40650e33239994237917322d4cfecc34e4cc4394;hp=cf7805be67fe5f8c45cc41cf1cd871aded08379c;hpb=0589f715e5462b6bfcadc044fe4bcf9bbaf62ccb;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gcharset.h b/glib/gcharset.h index cf7805b..e90a5f6 100644 --- a/glib/gcharset.h +++ b/glib/gcharset.h @@ -14,25 +14,28 @@ * * 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__ +#define __G_CHARSET_H__ + #if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION) #error "Only can be included directly." #endif -#ifndef __G_CHARSET_H___ -#define __G_CHARSET_H__ - #include 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