From 662a35bbb3724edab3647937411a079f52bd59c6 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 16 Aug 2013 12:54:16 +0000 Subject: provide API to access the language code for the concrete language --- src/runtime/c/pgf/pgf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/runtime/c/pgf/pgf.h') diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index fe86373cf..a575a5188 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -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); -- cgit v1.2.3