summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-09 14:05:49 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-09 14:05:49 +0100
commitc9f6b7e3df34995279231dd5a02d1cd44ec8f869 (patch)
tree021581af8892e666148440925bd148713dc162f0 /src/webidl-ast.h
parent6b1d9399a3a4f041f3eb7bec1f9b9d43d2a0624b (diff)
downloadnsgenbind-c9f6b7e3df34995279231dd5a02d1cd44ec8f869.tar.gz
nsgenbind-c9f6b7e3df34995279231dd5a02d1cd44ec8f869.tar.bz2
show the property type on unimplemented setter warning
Diffstat (limited to 'src/webidl-ast.h')
-rw-r--r--src/webidl-ast.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index 59dfcac..0a8079b 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -163,5 +163,9 @@ int webidl_intercalate_implements(struct webidl_node *node);
*/
int webidl_fprintf(FILE *stream, const char *format, ...);
+/**
+ * get string of argument type
+ */
+const char *webidl_type_to_str(enum webidl_type t);
#endif