summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2007-09-14 11:38:51 +0000
committerBrian Tarricone <brian@tarricone.org>2007-09-14 11:38:51 +0000
commitf0178d23716e3ec788b78de234ab899c05f9b4a0 (patch)
tree860053e6992f57bf062233d510ba6db7ea6d6bbb /TODO
parent77a9f25c480be7a9c3b1c59fabe23e78d01fc39c (diff)
downloadxfconf-f0178d23716e3ec788b78de234ab899c05f9b4a0.tar.gz
implement most of the the perchannel-xml reading and parsing code. it's not
complete, and it completely differs from the write code (right now, it can't properly read the files it writes), and there are some problems parsing string lists (sometimes), which i know how to fix. also there's a new locking scheme that dupilcates the functionality currently in XfceKiosk. regardless, it's totally not usable right now, but i need to commit so i can work on this elsewhere. (Old svn revision: 26734)
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2262207..97e2c8f 100644
--- a/TODO
+++ b/TODO
@@ -11,5 +11,6 @@
* figure out how to let libxfconf know about the XfconfBackendError enum --
maybe just rename to XfconfError and move to common/
* expire channels from memory if they aren't accessed for a while
+* add a GetAllChannels() method to enable a gconf-editor type app
* separate XSETTINGS daemon that reads values from xfconfd