summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-01 18:31:37 +0000
committerVincent Sanders <vince@kyllikki.org>2014-05-16 14:38:56 +0100
commit188c8f049581143a92e3a710203d9c1d6598056b (patch)
tree516d49d87f71bfcfa064759ab64efcd43a931502 /src/webidl-ast.h
parent0d89adf43b0c3b85d698e333c157e7589f51beb7 (diff)
downloadnsgenbind-188c8f049581143a92e3a710203d9c1d6598056b.tar.gz
nsgenbind-188c8f049581143a92e3a710203d9c1d6598056b.tar.bz2
add function and property enumerations to the interface map
Diffstat (limited to 'src/webidl-ast.h')
-rw-r--r--src/webidl-ast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index 70518fd..eaa8d44 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -95,6 +95,8 @@ int webidl_node_for_each_type(struct webidl_node *node,
webidl_callback_t *cb,
void *ctx);
+int webidl_node_enumerate_type(struct webidl_node *node, enum webidl_node_type type);
+
struct webidl_node *
webidl_node_find(struct webidl_node *node,
struct webidl_node *prev,