wok-4.x annotate libwebkit/stuff/introspection.patch @ rev 7335
Added secure-delete. Tools to delete everything including empty/free space securely.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Nov 19 23:02:39 2010 +0000 (2010-11-19) |
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"/> |