diff options
author | tnut <tnut at nutyx dot com> | 2011-05-08 21:30:53 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-08 21:30:53 +0200 |
commit | 525a9c468d15ead96434a97a86c4743b3f4ee5c3 (patch) | |
tree | e43e363bc5a675e896f5ca4b82990345094999f9 /extra/webkit/webkit-1.2.6-introspection.patch | |
parent | 4e7e9469186ba3aec62f6f3a3f1be42b7e2a9b83 (diff) | |
download | nutyx-extra-525a9c468d15ead96434a97a86c4743b3f4ee5c3.tar.gz nutyx-extra-525a9c468d15ead96434a97a86c4743b3f4ee5c3.tar.bz2 nutyx-extra-525a9c468d15ead96434a97a86c4743b3f4ee5c3.tar.xz nutyx-extra-525a9c468d15ead96434a97a86c4743b3f4ee5c3.zip |
webkit, retour ds extra
Diffstat (limited to 'extra/webkit/webkit-1.2.6-introspection.patch')
-rw-r--r-- | extra/webkit/webkit-1.2.6-introspection.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/webkit/webkit-1.2.6-introspection.patch b/extra/webkit/webkit-1.2.6-introspection.patch new file mode 100644 index 000000000..f12e9e629 --- /dev/null +++ b/extra/webkit/webkit-1.2.6-introspection.patch @@ -0,0 +1,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"/> |