[Config] Add initial implementation of the configuration subsystem
authorIra W. Snyder <devel@irasnyder.com>
Sat, 26 Jan 2008 06:02:31 +0000 (22:02 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Sat, 26 Jan 2008 06:07:12 +0000 (22:07 -0800)
commit8de8eca3e9be9f3f36d470a8c54352e3767cf18a
treecbf695ef181db2f11a17a24eb856086b05212f66
parentf0aef5de5663f907f29d0325f1b676215fad1052
[Config] Add initial implementation of the configuration subsystem

This is my initial attempt at a configuration subsystem. I used what
I believe to be sensible defaults for now. They will probably have to
be changed later.

This version of the config system is missing the ability to actually
load a GKeyFile. It just ignores it for now.

This version of the config system is missing versioning and migration
capabilities. They will be added later.
Makefile
tilda-config.c [new file with mode: 0644]
tilda-config.h [new file with mode: 0644]