File: plugin.xml.in

package info (click to toggle)
gnumeric 1.12.44-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 112,672 kB
  • sloc: ansic: 293,830; xml: 56,297; perl: 6,093; sh: 4,527; makefile: 2,940; yacc: 1,341; python: 384
file content (24 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="Gnumeric_UIHello">
	<information>
		<_name>UI Hello</_name>
		<_description>Hello World plugin using ui service</_description>
		<require_explicit_enabling/>
	</information>
	<loader type="Gnumeric_Builtin:module">
		<attribute name="module_file" value="plugin"/>
	</loader>
	<services>
		<service type="ui" id="hello" file="hello.xml">
			<actions>
				<action name="HelloWorld" icon="gtk-add">
					<label>Testing Testing 123</label>
				</action>
				<action name="HelloMenu">
					<label>Make a Menu</label>
				</action>

			</actions>
		</service>
	</services>
</plugin>