[gxml/newattr: 10/13] NodeList.vala: deprecated AttrNodeList; we'll use the more generic one for xmlNodes
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/newattr: 10/13] NodeList.vala: deprecated AttrNodeList; we'll use the more generic one for xmlNodes
- Date: Tue, 22 Oct 2013 06:56:36 +0000 (UTC)
commit 164b03ffe7ca26dd5b0f0d3931dcad478dd70cd3
Author: Richard Schwarting <aquarichy gmail com>
Date: Tue Oct 22 02:49:36 2013 -0400
NodeList.vala: deprecated AttrNodeList; we'll use the more generic one for xmlNodes
gxml/NodeList.vala | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gxml/NodeList.vala b/gxml/NodeList.vala
index 948cee3..5fae3df 100644
--- a/gxml/NodeList.vala
+++ b/gxml/NodeList.vala
@@ -370,14 +370,14 @@ namespace GXml {
}
}
- /* TODO: warning: this list should NOT be edited :(
- we need a new, better live AttrNodeList :| */
- internal class AttrNodeList : GListNodeList {
- internal AttrNodeList (Node root, Document owner) {
- base (root);
- base.nodes = root.attributes.get_values ();
- }
- }
+ // /* TODO: warning: this list should NOT be edited :(
+ // we need a new, better live AttrNodeList :| */
+ // internal class AttrNodeList : GListNodeList {
+ // internal AttrNodeList (Node root, Document owner) {
+ // base (root);
+ // base.nodes = root.attributes.get_values ();
+ // }
+ // }
internal class NamespaceAttrNodeList : GListNodeList {
internal NamespaceAttrNodeList (BackedNode root, Document owner) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]