summaryrefslogtreecommitdiff
path: root/src/js.h
diff options
context:
space:
mode:
authorportix <none@none>2012-09-25 11:28:42 +0200
committerportix <none@none>2012-09-25 11:28:42 +0200
commit3766f55ac54b228782f82e981416cc06f9b30bb8 (patch)
tree59a9556d6e3c24176f7525747bc6ed4bde772340 /src/js.h
parentf0a3b9d7f5c3ed6cfc067ae7da8c35af334a7b47 (diff)
downloaddwb-3766f55ac54b228782f82e981416cc06f9b30bb8.zip
Optional argument for inject function
Diffstat (limited to 'src/js.h')
-rw-r--r--src/js.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js.h b/src/js.h
index a51cb911..07a4cf58 100644
--- a/src/js.h
+++ b/src/js.h
@@ -35,6 +35,7 @@ JSValueRef js_execute(JSContextRef ctx, const char *, JSValueRef *exc);
gboolean js_print_exception(JSContextRef ctx, JSValueRef exception);
JSObjectRef js_make_function(JSContextRef ctx, const char *script);
JSValueRef js_json_to_value(JSContextRef ctx, const char *text);
+JSValueRef js_context_change(JSContextRef, JSContextRef, JSValueRef, JSValueRef *);
typedef struct _js_array_iterator {
JSContextRef ctx;