]> git.pld-linux.org Git - packages/gtk-webkit.git/blame - gobject-introspection.patch
- rel 10; png fix
[packages/gtk-webkit.git] / gobject-introspection.patch
CommitLineData
704191dd
PZ
1--- a/WebKit/gtk/JSCore-1.0.gir
2+++ b/WebKit/gtk/JSCore-1.0.gir
3@@ -1,11 +1,13 @@
4 <?xml version="1.0"?>
5-<repository version="1.0"
6+<repository version="1.2"
7 xmlns="http://www.gtk.org/introspection/core/1.0"
8 xmlns:c="http://www.gtk.org/introspection/c/1.0">
9 <namespace name="JSCore" version="1.0" shared-library="webkit-1.0">
10- <alias name="GlobalContextRef"
11- target="none"
12- c:type="JSGlobalContextRef"/>
13- <alias name="ObjectRef" target="none" c:type="JSObjectRef"/>
14+ <alias name="GlobalContextRef" target="none">
15+ <type name="JSGlobalContextRef" c:type="JSGlobalContextRef"/>
16+ </alias>
17+ <alias name="ObjectRef" target="none">
18+ <type name="JSObjectRef" c:type="JSObjectRef"/>
19+ </alias>
20 <function name="EvaluateScript" c:identifier="JSEvaluateScript">
21 <return-value transfer-ownership="none">
This page took 0.247093 seconds and 4 git commands to generate.