1 #ifndef SCRIPT_NAMES_H
2 #define SCRIPT_NAMES_H
3 
4 #include <glib.h>
5 
6 G_BEGIN_DECLS
7 
8 const char * get_script_name (GUnicodeScript script);
9 const char * get_script_name_for_tag (guint32 tag);
10 
11 G_END_DECLS
12 
13 #endif
14