Compilation: prefer glib functions over goffice equivalents
[gnumeric.git] / plugins / py-func / plugin.xml.in
blobd53f00bdb654193dd7b7ec66803fc133f96ce43e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <plugin id="Gnumeric_PyFunc">
3 <information>
4 <_name>Python functions</_name>
5 <_description>Sample Python plugin providing some (useless) functions.</_description>
6 <require_explicit_enabling/>
7 </information>
8 <loader type="Gnumeric_PythonLoader:python">
9 <attribute name="module_name" value="py_func"/>
10 </loader>
11 <services>
12 <service type="function_group" id="test">
13 <_category>Python</_category>
14 <functions>
15 <function name="py_printf"/>
16 <function name="py_capwords"/>
17 <function name="py_bitand"/>
18 </functions>
19 </service>
20 </services>
21 </plugin>