]> git.pld-linux.org Git - packages/gxml.git/blame - gxml-bug770449.patch
- added normalize patch (normalize cheader path in .vapi file to fix debuginfo extrac...
[packages/gxml.git] / gxml-bug770449.patch
CommitLineData
d9a0151d
JB
1--- gxml-0.10.0/gxml/libxml-NamedAttrMap.vala.orig 2016-02-22 20:23:53.000000000 +0100
2+++ gxml-0.10.0/gxml/libxml-NamedAttrMap.vala 2016-09-23 20:55:54.587484135 +0200
3@@ -32,8 +32,8 @@
4 * {@link Gee.Iterable} interfaces.
5 */
6 public abstract class AbstractNamedAttrMap : Object,
7- Traversable<Entry<string,GXml.Attribute>>,
8- Iterable<Entry<string,GXml.Attribute>>
9+ Traversable<Entry>,
10+ Iterable<Entry>
11 {
12 protected xElement elem;
13
This page took 0.043647 seconds and 4 git commands to generate.