Re: gnome-config problems
- From: Miguel de Icaza <miguel nuclecu unam mx>
- To: horape compendium com ar
- CC: tromey creche cygnus com, gnome athena nuclecu unam mx
- Subject: Re: gnome-config problems
- Date: Mon, 26 Jan 1998 22:36:47 -0600
> * Test code that restores and deletes sessions
> [ the gnome config functions need a going over before this will work ]
> [ test restores by hacking the config file by hand ]
>
> I'm going to hack a bit (well, it could be a lot...) the gnome-config stuff,
> so i would like to know what's working bad with them...
The only problem with gnome-config right now is that access to files
that reside inside subdirectories require that the directory already
exists: it should create the directories on demand.
Ie, if you do:
gnome_config_set_string ("/dir/dir/dir/file/section/key", "value")
It should create in ~/.gnome the directories:
~/.gnome/dir
~/.gnome/dir/dir
~/.gnome/dir/dir/dir
And the file:
~/.gnome/dir/dir/dir/file
With the section and key.
Miguel.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]