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

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
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"/>