wok view libwebkit/stuff/introspection.patch @ rev 6753

Up: transmission to 2.11.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 17 18:18:20 2010 +0000 (2010-10-17)
parents
children
line source
1 --- WebKit/gtk/JSCore-1.0.gir 2010-09-29 14:54:07.000000000 +0200
2 +++ WebKit/gtk/JSCore-1.0.gir 2010-09-29 15:57:06.000000000 +0200
3 @@ -1,12 +1,14 @@
4 <?xml version="1.0"?>
5 -<repository version="1.0"
6 +<repository version="1.2"
7 xmlns="http://www.gtk.org/introspection/core/1.0"
8 xmlns:c="http://www.gtk.org/introspection/c/1.0">
9 <namespace name="JSCore" version="1.0" shared-library="webkit-1.0">
10 - <alias name="GlobalContextRef"
11 - target="none"
12 - c:type="JSGlobalContextRef"/>
13 - <alias name="ObjectRef" target="none" c:type="JSObjectRef"/>
14 + <alias name="GlobalContextRef" target="none">
15 + <type name="JSGlobalContextRef" c:type="JSGlobalContextRef"/>
16 + </alias>
17 + <alias name="ObjectRef" target="none">
18 + <type name="JSObjectRef" c:type="JSObjectRef"/>
19 + </alias>
20 <function name="EvaluateScript" c:identifier="JSEvaluateScript">
21 <return-value transfer-ownership="none">
22 <type name="none" c:type="void"/>