two things about GConf doc
- From: Christophe Fergeau <christophe fergeau laposte net>
- To: gconf-list gnome org
- Subject: two things about GConf doc
- Date: Wed, 29 Aug 2001 19:35:07 +0200
I think GConf schema sample at http://developer.gnome.org/doc/API/gconf/x514.html
should include an example of a key which contains a list of values,
something like :
<schema>
<key>/schemas/apps/basic-gconf-app/list</key>
<applyto>/apps/basic-gconf-app/list</applyto>
<owner>basic-gconf-app</owner>
<type>list</type>
<list_type>int</list_type>
<locale name="C">
<default>[1, 3, 4, 5, 6, 8, 9, 10]</default>
<short>list of values</short>
<long>this is a list of values</long>
</locale>
If I correctly understood the dtd at http://developer.gnome.org/doc/API/gconf/x514.html,
<default> can only appear below <locale> while
http://developer.gnome.org/doc/API/gconf/c420.html says that it can appear
below <schema> or below <locale>. There is a contradiction somewhere ;)
Christophe
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]