1
0
forked from GitHub/gf-core

provide API to access the language code for the concrete language

This commit is contained in:
kr.angelov
2013-08-16 12:54:16 +00:00
parent b08925fd3d
commit 795df19bfe
3 changed files with 36 additions and 0 deletions

View File

@@ -95,6 +95,9 @@ pgf_get_language(PgfPGF*, PgfCId lang);
GuString
pgf_concrete_name(PgfConcr*);
GuString
pgf_language_code(PgfConcr* concr);
void
pgf_iter_categories(PgfPGF* pgf, GuMapItor* fn, GuExn* err);