summaryrefslogtreecommitdiff
path: root/src/interface-map.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-08-02 18:30:18 +0100
committerVincent Sanders <vince@kyllikki.org>2015-08-02 18:30:18 +0100
commitcf89528fc6668e6d07b6e99db0069c9fe1f6e05d (patch)
treeba537f31127428c54b70d8cc9a190b3702f0f8b3 /src/interface-map.h
parent6fb336e6587d550bf4a8355e65923efb0bf14cab (diff)
downloadnsgenbind-cf89528fc6668e6d07b6e99db0069c9fe1f6e05d.tar.gz
nsgenbind-cf89528fc6668e6d07b6e99db0069c9fe1f6e05d.tar.bz2
Update the webidl parser to cope with specials and overloaded methods
Diffstat (limited to 'src/interface-map.h')
-rw-r--r--src/interface-map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface-map.h b/src/interface-map.h
index c34eb4b..04d9df1 100644
--- a/src/interface-map.h
+++ b/src/interface-map.h
@@ -17,6 +17,7 @@ struct interface_map_operation_entry {
const char *name; /** operation name */
struct webidl_node *node; /**< AST operation node */
struct genbind_node *method; /**< method from binding (if any) */
+ int overloadc; /**< Number of previous overloads of this operation */
};
/** map entry for attributes on an interface */