added exprFunctions in the Haskell binding

This commit is contained in:
Krasimir Angelov
2017-09-05 10:07:43 +02:00
parent 85cf2d9f5a
commit 30b7ba04c7
4 changed files with 66 additions and 1 deletions

View File

@@ -200,6 +200,9 @@ pgf_expr_hash(GuHash h, PgfExpr e);
PGF_API size_t
pgf_expr_size(PgfExpr expr);
PGF_API GuSeq*
pgf_expr_functions(PgfExpr expr, GuPool* pool);
typedef struct PgfPrintContext PgfPrintContext;
struct PgfPrintContext {