Files
gtk/demos/gtk-demo/language-names.h
Matthias Clasen b79634bb9a gtk-demo Populate scripts/langs for font features
We didn't have names for most scripts and languages, and
no translations at all. Copy the necessary code from gtk
here.
2017-12-29 13:22:01 -05:00

14 lines
225 B
C

#ifndef LANGUAGE_NAMES_H
#define LANGUAGE_NAMES_H
#include <pango/pango.h>
G_BEGIN_DECLS
const char * get_language_name (PangoLanguage *language);
const char * get_language_name_for_tag (guint32 tag);
G_END_DECLS
#endif