two things about GConf doc



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]