[gxml] * add some TODOs after talking to Philip Withnall



commit 07b78156f6e1488c523266b5dd715faeac50e130
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Aug 7 12:16:35 2011 +0200

    * add some TODOs after talking to Philip Withnall

 gxml/Document.vala |    2 ++
 gxml/XNode.vala    |    2 ++
 plan.txt           |    5 +++++
 3 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/gxml/Document.vala b/gxml/Document.vala
index 28e549e..d46f7e6 100644
--- a/gxml/Document.vala
+++ b/gxml/Document.vala
@@ -22,6 +22,8 @@
  * * compare performance between libxml2 and GXml (should be a little different, but not too much)
  */
 
+/** TODO:IMPORTANT: don't use GLib collections, use Libgee! */
+
 /**
  * The XML Document Object Model.
  */
diff --git a/gxml/XNode.vala b/gxml/XNode.vala
index faa0eb4..ff1b1e7 100644
--- a/gxml/XNode.vala
+++ b/gxml/XNode.vala
@@ -1,6 +1,8 @@
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 
 namespace GXml.Dom {
+	/* TODO: consider adding public signals for new/deleted children */
+
 	/**
 	 * Represents an XML Node. Documents are nodes, and are
 	 * composed of a tree of nodes. See [[http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-1950641247]]
diff --git a/plan.txt b/plan.txt
index 44dd7d4..9bd625a 100644
--- a/plan.txt
+++ b/plan.txt
@@ -1,3 +1,8 @@
+TODO:
+C test files
+gtkdoc-doclet
+  look at libfolks' makefile
+switch to libgee from GLib
 
 TODO:
 get vala mode



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