From 07b78156f6e1488c523266b5dd715faeac50e130 Mon Sep 17 00:00:00 2001 From: Richard Schwarting Date: Sun, 7 Aug 2011 12:16:35 +0200 Subject: [PATCH] * add some TODOs after talking to Philip Withnall --- gxml/Document.vala | 2 ++ gxml/XNode.vala | 2 ++ plan.txt | 5 +++++ 3 files changed, 9 insertions(+) diff --git a/gxml/Document.vala b/gxml/Document.vala index 28e549eb..d46f7e6d 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 faa0eb4b..ff1b1e7f 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 44dd7d4b..9bd625a1 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 -- GitLab