summaryrefslogtreecommitdiff
path: root/src/interface-map.h
diff options
context:
space:
mode:
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;