Plug leaks.
[gnumeric.git] / plugins / dif / plugin.xml.in
blobc172edef9b9099a45a2f0e461f5b225e93be26e4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <plugin id="Gnumeric_dif">
3 <information>
4 <_name>Data Interchange Format (DIF) module</_name>
5 <_description>Reads and writes information stored in the Data Interchange Format (*.dif)</_description>
6 </information>
7 <loader type="Gnumeric_Builtin:module">
8 <attribute name="module_file" value="dif"/>
9 </loader>
10 <services>
11 <service type="file_opener" id="dif" priority="1" probe="FALSE">
12 <information>
13 <_description>Data Interchange Format (*.dif)</_description>
14 </information>
15 <suffixes>
16 <suffix>dif</suffix>
17 </suffixes>
18 </service>
19 <service type="file_saver" id="dif" file_extension="dif" format_level="manual_remember"
20 save_scope="sheet">
21 <information>
22 <_description>Data Interchange Format (*.dif)</_description>
23 </information>
24 </service>
25 </services>
26 </plugin>