From 6fb336e6587d550bf4a8355e65923efb0bf14cab Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 1 Aug 2015 22:42:11 +0100 Subject: generate binding header and source These allow a closed set of functions used by the automatic bindings and gives an external interface allowing all the generated prototypes to be created in the correct order --- src/interface-map.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/interface-map.h') diff --git a/src/interface-map.h b/src/interface-map.h index e07aa19..c34eb4b 100644 --- a/src/interface-map.h +++ b/src/interface-map.h @@ -49,6 +49,9 @@ struct interface_map_entry { * generated. This allows for interfaces which do not * generate code. For implements (mixin) interfaces */ + bool primary_global; /**< flag indicating the interface is the primary + * global javascript object. + */ int operationc; /**< number of operations on interface */ struct interface_map_operation_entry *operationv; -- cgit v1.2.3