Ryujinx-GtkSharp/sample/gconf/sample.schema
Rachel Hestilow d33dd8a15f 2002-10-19 Rachel Hestilow <hestilow@ximian.com>
* gconf, sample/gconf: Added.

	* glue/combo.c: This was never added, add it now.

	* configure.in, makefile, sample/Makefile.in: Build new
	gconf bindings if gnome is enabled.

svn path=/trunk/gtk-sharp/; revision=8389
2002-10-19 09:31:20 +00:00

74 lines
2.4 KiB
Plaintext

<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/gconfsharp/sample_app/enable</key>
<applyto>/apps/gconfsharp/sample_app/enable</applyto>
<owner>sample_app</owner>
<type>bool</type>
<default>true</default>
<locale name="C"></locale>
</schema>
<schema>
<key>/schemas/apps/gconfsharp/sample_app/the_color</key>
<applyto>/apps/gconfsharp/sample_app/the_color</applyto>
<owner>sample_app</owner>
<type>string</type>
<cstype>color</cstype>
<locale name="C"></locale>
<default>#0000ff</default>
</schema>
<schema>
<key>/schemas/apps/gconfsharp/sample_app/the_filename</key>
<applyto>/apps/gconfsharp/sample_app/the_filename</applyto>
<owner>sample_app</owner>
<type>string</type>
<locale name="C"></locale>
<default></default>
</schema>
<schema>
<key>/schemas/apps/gconfsharp/sample_app/the_integer</key>
<applyto>/apps/gconfsharp/sample_app/the_integer</applyto>
<owner>sample_app</owner>
<type>int</type>
<locale name="C"></locale>
<default>37</default>
</schema>
<schema>
<key>/schemas/apps/gconfsharp/sample_app/the_float</key>
<applyto>/apps/gconfsharp/sample_app/the_float</applyto>
<owner>sample_app</owner>
<type>float</type>
<locale name="C"></locale>
<default>3.14</default>
</schema>
<schema>
<key>/schemas/apps/gconfsharp/sample_app/the_first_enum</key>
<applyto>/apps/gconfsharp/sample_app/the_first_enum</applyto>
<owner>sample_app</owner>
<type>string</type>
<cstype class="Sample.Names">enum</cstype>
<locale name="C"></locale>
<default>Bob</default>
</schema>
<schema>
<key>/schemas/apps/gconfsharp/sample_app/the_second_enum</key>
<applyto>/apps/gconfsharp/sample_app/the_second_enum</applyto>
<owner>sample_app</owner>
<type>string</type>
<cstype class="Sample.Direction">enum</cstype>
<locale name="C"></locale>
<default>Left</default>
</schema>
<schema>
<key>/schemas/apps/gconfsharp/sample_app/the_text</key>
<applyto>/apps/gconfsharp/sample_app/the_text</applyto>
<owner>sample_app</owner>
<type>string</type>
<locale name="C"></locale>
<default>Hello World</default>
</schema>
</schemalist>
</gconfschemafile>