summaryrefslogtreecommitdiff
path: root/src/jsapi-libdom.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-11-03 14:37:42 +0000
committerVincent Sanders <vince@kyllikki.org>2012-11-03 14:37:42 +0000
commitfd1bad30d8603c1dd487034243600901e0dffb23 (patch)
tree244b3b077f49307718540bf51e14cf309c15ae4b /src/jsapi-libdom.h
parentb24bb6c442566ead09e9e7675aa5631b1eb618dc (diff)
downloadnsgenbind-fd1bad30d8603c1dd487034243600901e0dffb23.tar.gz
nsgenbind-fd1bad30d8603c1dd487034243600901e0dffb23.tar.bz2
fix finaliser api content output
Diffstat (limited to 'src/jsapi-libdom.h')
-rw-r--r--src/jsapi-libdom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jsapi-libdom.h b/src/jsapi-libdom.h
index 9d42e4f..8e03630 100644
--- a/src/jsapi-libdom.h
+++ b/src/jsapi-libdom.h
@@ -17,8 +17,9 @@ struct binding {
const char *interface; /* webidl interface binding is for */
bool has_private; /* true if the binding requires a private structure */
- bool has_resolve; /* true if the binding api requires a resolve */
bool has_global; /* true if the binding is for a global */
+ struct genbind_node *resolve; /* the binding api resolve node or NULL */
+ struct genbind_node *finalise; /* the binding api finalise node or NULL*/
FILE *outfile ; /* output file */
};