summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/pgf.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-02-11 15:51:26 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-02-11 15:51:26 +0000
commit6a36ce77fff65076707126fc6803b3b010bed2f7 (patch)
tree19266ceb2b4d1aba15082e1f207fe5fecd430d6a /src/runtime/c/pgf/pgf.h
parentd124fa9a124327d8142b9a5c005e6067d93c3e7e (diff)
the class PgfConcr from the Python binding now has a property name which returns the name of the concrete syntax
Diffstat (limited to 'src/runtime/c/pgf/pgf.h')
-rw-r--r--src/runtime/c/pgf/pgf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h
index 032834d77..ef68e651f 100644
--- a/src/runtime/c/pgf/pgf.h
+++ b/src/runtime/c/pgf/pgf.h
@@ -91,6 +91,9 @@ pgf_iter_languages(PgfPGF*, GuMapItor*, GuExn* err);
PgfConcr*
pgf_get_language(PgfPGF*, PgfCId lang);
+GuString
+pgf_concrete_name(PgfConcr*);
+
void
pgf_iter_categories(PgfPGF* pgf, GuMapItor* fn, GuExn* err);