From 77bf2b583a2d43be9eb131a0fc11fdea4ba68b5e Mon Sep 17 00:00:00 2001 From: Daniel Espinosa Date: Mon, 9 Apr 2018 16:37:10 -0500 Subject: [PATCH] Collections: renamed GomPairedMap to GXml.PairedMap --- gxml/Collections.vala | 2 +- gxml/GomCollections.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gxml/Collections.vala b/gxml/Collections.vala index cb2ade71..778835aa 100644 --- a/gxml/Collections.vala +++ b/gxml/Collections.vala @@ -76,7 +76,7 @@ public interface GXml.MappeableElementPairKey : Object, DomElement { /** * {@link Gee.Iterable} and {@link Gee.Traversable} implementation of {@link GomCollection} */ -public interface GXml.GomPairedMap : Object, GomCollection, Traversable, Iterable { +public interface GXml.PairedMap : Object, GomCollection, Traversable, Iterable { /** * An attribute's name in items to be added and used to retrieve elements * as primary key. diff --git a/gxml/GomCollections.vala b/gxml/GomCollections.vala index ba3e782d..4fdc9995 100644 --- a/gxml/GomCollections.vala +++ b/gxml/GomCollections.vala @@ -536,7 +536,7 @@ public class GXml.GomHashMap : GXml.BaseCollection, GXml.Map { * } * }}} */ -public class GXml.GomHashPairedMap : GXml.BaseCollection, GomPairedMap { +public class GXml.GomHashPairedMap : GXml.BaseCollection, GXml.PairedMap { /** * A hashtable with all keys as string to node's index refered. Don't modify it manually. */ -- GitLab