mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
8 lines
227 B
C
8 lines
227 B
C
|
#pragma once
|
||
|
|
||
|
#include <glib.h>
|
||
|
|
||
|
const char * get_unicode_type_name (GUnicodeType type);
|
||
|
const char * get_break_type_name (GUnicodeBreakType type);
|
||
|
const char * get_combining_class_name (int cclass);
|