summaryrefslogtreecommitdiffstats
path: root/GNOME_DClock_Factory.server
blob: 3815b54d14124b8334fe9530f9f5b798d0063546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<oaf_info>

<oaf_server iid="OAFIID:GNOME_DClock_Factory"
	    type="exe"
	    location="/usr/lib/gnome-panel/DClock">

	<oaf_attribute name="repo_ids" type="stringv">
		<item value="IDL:Bonobo/GenericFactory:1.0"/>
		<item value="IDL:Bonobo/Unknown:1.0"/>
	</oaf_attribute>
	<oaf_attribute name="name" type="string" value="DClock Factory"/>
	<oaf_attribute name="description" type="string" value="Factory for creating DClock applets."/>
</oaf_server>

<oaf_server iid="OAFIID:GNOME_DClock"
	    type="factory" 
	    location="OAFIID:GNOME_DClock_Factory">

	<oaf_attribute name="repo_ids" type="stringv">
		<item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
		<item value="IDL:Bonobo/Control:1.0"/>
		<item value="IDL:Bonobo/Unknown:1.0"/>
	</oaf_attribute>
	<oaf_attribute name="name" type="string" value="DClock"/>
	<oaf_attribute name="description" type="string" value="Get the current discordian time and date"/>
	<oaf_attribute name="panel:icon" type="string" value="gnome-panel-clock"/>
</oaf_server>

</oaf_info>