Use LinkableValueNode members functions when possible in the derived valuenodes.
[synfig.git] / synfig-studio / synfigstudio-thumbnailer.schemas.in
1 <?xml version="1.0"?>
2 <gconfschemafile>
3   <schemalist>
4         <schema>
5             <key>/schemas/desktop/gnome/thumbnailers/image@sif/enable</key>
6             <applyto>/desktop/gnome/thumbnailers/image@sif/enable</applyto>
7             <owner>synfigstudio</owner>
8             <type>bool</type>
9             <default>true</default>
10             <locale name="C">
11                 <short>enable</short>
12                 <long>Enable this thumbnailer.</long>
13             </locale>
14         </schema>
15
16         <schema>
17             <key>/schemas/desktop/gnome/thumbnailers/image@sif/command</key>
18             <applyto>/desktop/gnome/thumbnailers/image@sif/command</applyto>
19             <owner>synfigstudio</owner>
20             <type>string</type>
21             <default>synfig -w %s -h %s %i -o %o -t png --time 0 </default>
22             <locale name="C">
23                 <short>Invoke Synfig as Thumbnailer</short>
24                 <long>Invokes Synfig as a gnome thumbnailer for image/sif files</long>
25             </locale>
26         </schema>
27   </schemalist>
28 </gconfschemafile>