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

source code of gtk/demos/gtk-demo/script-names.h