summaryrefslogtreecommitdiff
path: root/src/nsgenbind-ast.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-10-29 23:45:29 +0000
committerVincent Sanders <vince@kyllikki.org>2012-10-29 23:45:29 +0000
commit26bbe37c6f0b99f23736380ba55f156f22bdaf06 (patch)
tree0f2ac4246d695955f4d85ffcdc32beb61fda7054 /src/nsgenbind-ast.h
parent12f32ab2d843a4a70b5ebe055e7b2155270692e3 (diff)
downloadnsgenbind-26bbe37c6f0b99f23736380ba55f156f22bdaf06.tar.gz
nsgenbind-26bbe37c6f0b99f23736380ba55f156f22bdaf06.tar.bz2
implement basic property getter functionality
Diffstat (limited to 'src/nsgenbind-ast.h')
-rw-r--r--src/nsgenbind-ast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nsgenbind-ast.h b/src/nsgenbind-ast.h
index 0006153..54a49d2 100644
--- a/src/nsgenbind-ast.h
+++ b/src/nsgenbind-ast.h
@@ -24,6 +24,8 @@ enum genbind_node_type {
GENBIND_NODE_TYPE_BINDING_INTERFACE,
GENBIND_NODE_TYPE_API,
GENBIND_NODE_TYPE_OPERATION,
+ GENBIND_NODE_TYPE_GETTER,
+ GENBIND_NODE_TYPE_SETTER,
};