wok-6.x annotate libwebkit/stuff/introspection.patch @ rev 10726
libtaz: Don't need to check /usr/bin/hg anymore. Best to get the tag 1.1.2 version. May need to delete the slitaz-dev-tools-1.1.2.tar.bz2 source on tank to make sure we have the tag version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 20:44:37 2011 +0000 (2011-05-28) |
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"/> |