wok annotate libwebkit/stuff/introspection.patch @ rev 6687

Up: libwebkit to 1.2.5. Added gobject-introspection-dev, tar, gettext, and webkit-r-dev to build depends. It needs libwebkit-1.0.la to compile itself. Tar is needed cause of --version is not in busybox tar.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 12 21:49:16 2010 +0000 (2010-10-12)
parents
children
rev   line source
slaxemulator@6687 1 --- WebKit/gtk/JSCore-1.0.gir 2010-09-29 14:54:07.000000000 +0200
slaxemulator@6687 2 +++ WebKit/gtk/JSCore-1.0.gir 2010-09-29 15:57:06.000000000 +0200
slaxemulator@6687 3 @@ -1,12 +1,14 @@
slaxemulator@6687 4 <?xml version="1.0"?>
slaxemulator@6687 5 -<repository version="1.0"
slaxemulator@6687 6 +<repository version="1.2"
slaxemulator@6687 7 xmlns="http://www.gtk.org/introspection/core/1.0"
slaxemulator@6687 8 xmlns:c="http://www.gtk.org/introspection/c/1.0">
slaxemulator@6687 9 <namespace name="JSCore" version="1.0" shared-library="webkit-1.0">
slaxemulator@6687 10 - <alias name="GlobalContextRef"
slaxemulator@6687 11 - target="none"
slaxemulator@6687 12 - c:type="JSGlobalContextRef"/>
slaxemulator@6687 13 - <alias name="ObjectRef" target="none" c:type="JSObjectRef"/>
slaxemulator@6687 14 + <alias name="GlobalContextRef" target="none">
slaxemulator@6687 15 + <type name="JSGlobalContextRef" c:type="JSGlobalContextRef"/>
slaxemulator@6687 16 + </alias>
slaxemulator@6687 17 + <alias name="ObjectRef" target="none">
slaxemulator@6687 18 + <type name="JSObjectRef" c:type="JSObjectRef"/>
slaxemulator@6687 19 + </alias>
slaxemulator@6687 20 <function name="EvaluateScript" c:identifier="JSEvaluateScript">
slaxemulator@6687 21 <return-value transfer-ownership="none">
slaxemulator@6687 22 <type name="none" c:type="void"/>