[gxml] * add notes to tackle later
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] * add notes to tackle later
- Date: Thu, 5 Jul 2012 21:14:14 +0000 (UTC)
commit d7ca47990be4b411f986062fafe9a24c57607f5f
Author: Richard Schwarting <aquarichy gmail com>
Date: Thu Jul 5 17:09:07 2012 -0400
* add notes to tackle later
gxml/NodeList.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gxml/NodeList.vala b/gxml/NodeList.vala
index 265233b..e7b9c63 100644
--- a/gxml/NodeList.vala
+++ b/gxml/NodeList.vala
@@ -220,6 +220,7 @@ namespace GXmlDom {
}
public Iterator<XNode> filter (owned Predicate<XNode> f) {
+ // TODO: ask what Traversable delegate wants with this; it complains about how I shouldn't copy a delegate :)
return Gee.Traversable.filter_impl<XNode> (this, f);
}
@@ -724,6 +725,7 @@ namespace GXmlDom {
if (this.valid) {
return this.get_current ();
} else {
+ // TODO: file bug, Iterator wants XNode, not XNode?, but it wants us to be able to return null.
return null;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]