wok view libwebkit/stuff/introspection.patch @ rev 7481

Removed glibc-locale from abiword depends. Added soft link for /usr/share/pixmaps/abiword.png to /usr/share/icons/abiword_48.png. Fixed error when running abiword on command line.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 02:25:29 2010 +0000 (2010-12-02)
parents
children
line source
1 --- WebKit/gtk/JSCore-1.0.gir 2010-09-29 14:54:07.000000000 +0200
2 +++ WebKit/gtk/JSCore-1.0.gir 2010-09-29 15:57:06.000000000 +0200
3 @@ -1,12 +1,14 @@
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">
22 <type name="none" c:type="void"/>