mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 20:30:11 +00:00
4ab18b6657
This is our current coding style.
11 lines
167 B
C
11 lines
167 B
C
#pragma once
|
|
|
|
#include <glib.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
const char * get_script_name (GUnicodeScript script);
|
|
const char * get_script_name_for_tag (guint32 tag);
|
|
|
|
G_END_DECLS
|