wok-next diff libwebkit/stuff/introspection.patch @ rev 7826
Up: not Check_MPPE_in_kernel when create tunnel
module ppp-compress-18 build in kernel
module ppp-compress-18 build in kernel
author | Liu Peng <rocky@slitaz.org> |
---|---|
date | Sun Dec 26 13:52:18 2010 +0000 (2010-12-26) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libwebkit/stuff/introspection.patch Sun Dec 26 13:52:18 2010 +0000 1.3 @@ -0,0 +1,22 @@ 1.4 +--- WebKit/gtk/JSCore-1.0.gir 2010-09-29 14:54:07.000000000 +0200 1.5 ++++ WebKit/gtk/JSCore-1.0.gir 2010-09-29 15:57:06.000000000 +0200 1.6 +@@ -1,12 +1,14 @@ 1.7 + <?xml version="1.0"?> 1.8 +-<repository version="1.0" 1.9 ++<repository version="1.2" 1.10 + xmlns="http://www.gtk.org/introspection/core/1.0" 1.11 + xmlns:c="http://www.gtk.org/introspection/c/1.0"> 1.12 + <namespace name="JSCore" version="1.0" shared-library="webkit-1.0"> 1.13 +- <alias name="GlobalContextRef" 1.14 +- target="none" 1.15 +- c:type="JSGlobalContextRef"/> 1.16 +- <alias name="ObjectRef" target="none" c:type="JSObjectRef"/> 1.17 ++ <alias name="GlobalContextRef" target="none"> 1.18 ++ <type name="JSGlobalContextRef" c:type="JSGlobalContextRef"/> 1.19 ++ </alias> 1.20 ++ <alias name="ObjectRef" target="none"> 1.21 ++ <type name="JSObjectRef" c:type="JSObjectRef"/> 1.22 ++ </alias> 1.23 + <function name="EvaluateScript" c:identifier="JSEvaluateScript"> 1.24 + <return-value transfer-ownership="none"> 1.25 + <type name="none" c:type="void"/>