[gxml] XNode: removed dependency on Namespace deprecated interface



commit 5bc2512690e28a197cf96a56fe7b4225a95cc000
Author: Daniel Espinosa <esodan gmail com>
Date:   Fri Jul 5 13:57:01 2019 -0500

    XNode: removed dependency on Namespace deprecated interface

 gxml/XNode.vala | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gxml/XNode.vala b/gxml/XNode.vala
index e1b68ab..85ddf07 100644
--- a/gxml/XNode.vala
+++ b/gxml/XNode.vala
@@ -58,7 +58,6 @@ public abstract class GXml.XNode : Object,
   }
   public virtual Gee.Map<string,GXml.DomNode> attrs { owned get { return new XHashMapAttr (_doc, _node) as 
Gee.Map<string,GXml.DomNode>; } }
   public virtual Gee.BidirList<GXml.DomNode> children_nodes { owned get { return new XListChildren (_doc, 
_node) as Gee.BidirList<GXml.DomNode>; } }
-  public virtual Gee.List<GXml.Namespace> namespaces { owned get { return new XListNamespaces (_doc, _node) 
as Gee.List<GXml.Namespace>; } }
   public virtual GXml.DomDocument document { get { return _doc; } }
   public virtual GXml.DomNode parent {
     owned get {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]