mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
4ab18b6657
This is our current coding style.
11 lines
180 B
C
11 lines
180 B
C
#pragma once
|
|
|
|
#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
|