Skip to content
Snippets Groups Projects
Unverified Commit 77bf2b58 authored by Daniel Espinosa's avatar Daniel Espinosa
Browse files

Collections: renamed GomPairedMap to GXml.PairedMap

parent cd38dce5
No related branches found
No related tags found
No related merge requests found
......@@ -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<DomElement>, Iterable<DomElement> {
public interface GXml.PairedMap : Object, GomCollection, Traversable<DomElement>, Iterable<DomElement> {
/**
* An attribute's name in items to be added and used to retrieve elements
* as primary key.
......
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment