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

busybox: fix init color
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 31 16:32:59 2011 +0200 (2011-05-31)
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"/>