summaryrefslogtreecommitdiffstats
path: root/abs/extra/libwebkit/introspection.patch
blob: f12e9e62901d377629ecb6a8a04ce65c2fa8eed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- WebKit/gtk/JSCore-1.0.gir	2010-09-29 14:54:07.000000000 +0200
+++ WebKit/gtk/JSCore-1.0.gir	2010-09-29 15:57:06.000000000 +0200
@@ -1,12 +1,14 @@
 <?xml version="1.0"?>
-<repository 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="1.0" shared-library="webkit-1.0">
-    <alias name="GlobalContextRef"
-           target="none"
-           c:type="JSGlobalContextRef"/>
-    <alias name="ObjectRef" target="none" c:type="JSObjectRef"/>
+    <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"/>