summaryrefslogtreecommitdiff
path: root/src/interface-map.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-08-01 22:42:11 +0100
committerVincent Sanders <vince@kyllikki.org>2015-08-01 22:54:19 +0100
commit6fb336e6587d550bf4a8355e65923efb0bf14cab (patch)
treef49dee7c51ed9ffcc620bd0d3d424c201e317b4e /src/interface-map.h
parentcb2089531d4165786772c5cef17d28dc1a8e28d6 (diff)
downloadnsgenbind-6fb336e6587d550bf4a8355e65923efb0bf14cab.tar.gz
nsgenbind-6fb336e6587d550bf4a8355e65923efb0bf14cab.tar.bz2
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
Diffstat (limited to 'src/interface-map.h')
-rw-r--r--src/interface-map.h3
1 files changed, 3 insertions, 0 deletions
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;