diff options
Diffstat (limited to 'Source/WebKit/gtk/JSCore.gir.in')
-rw-r--r-- | Source/WebKit/gtk/JSCore.gir.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Source/WebKit/gtk/JSCore.gir.in b/Source/WebKit/gtk/JSCore.gir.in new file mode 100644 index 0000000..e143982 --- /dev/null +++ b/Source/WebKit/gtk/JSCore.gir.in @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<repository version="1.2" + xmlns="http://www.gtk.org/introspection/core/1.0" + xmlns:c="http://www.gtk.org/introspection/c/1.0"> + <namespace name="JSCore" version="@WEBKITGTK_API_VERSION@" shared-library="webkitgtk-@WEBKITGTK_API_VERSION@"> + <alias name="GlobalContextRef" target="none"> + <type name="JSGlobalContextRef" c:type="JSGlobalContextRef"/> + </alias> + <alias name="ObjectRef" target="none"> + <type name="JSObjectRef" c:type="JSObjectRef"/> + </alias> + <function name="EvaluateScript" c:identifier="JSEvaluateScript"> + <return-value transfer-ownership="none"> + <type name="none" c:type="void"/> + </return-value> + <parameters> + </parameters> + </function> + </namespace> +</repository> |