summaryrefslogtreecommitdiff
path: root/control-center/GNOME_ControlCenter.server.in
blob: a2155ce976bf6a189c20b7f34a5241e2e5c3b2e7 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<oaf_info>

<oaf_server iid="OAFIID:GNOME_ControlCenter_Factory" 
	    type="exe" 
	    location="gnome-control-center">
	<oaf_attribute name="repo_ids" type="stringv">
		<item value="IDL:GNOME/ObjectFactory:1.0"/>
	</oaf_attribute>
	<oaf_attribute  name="name" 
		        type="string" 
		        _value="Control Center view factory"/>
	<oaf_attribute  name="description" 
			type="string" 
			_value="Control Center view component's factory"/>
</oaf_server>

<oaf_server iid="OAFIID:GNOME_ControlCenter_View" 
	    type="factory" 
	    location="OAFIID:GNOME_ControlCenter_Factory">
	<oaf_attribute name="test_only" type="boolean" value="false"/>
	<oaf_attribute name="repo_ids" type="stringv">
		<item value="IDL:Bonobo/Unknown:1.0"/>
		<item value="IDL:Bonobo/Control:1.0"/>
		<item value="IDL:Nautilus/View:1.0"/>
	</oaf_attribute>
	<oaf_attribute name="name" type="string" _value="Control Center view"/>
	<oaf_attribute name="description" 
		       type="string" 
		       _value="Control Center view component"/>
	<oaf_attribute name="bonobo:supported_uri_schemes" type="stringv">
		<item value="preferences"/>
		<item value="preferences-all-users"/>
	</oaf_attribute>
	<oaf_attribute name="bonobo:supported_mime_types" type="stringv">
		<item value="x-directory/*"/>
	</oaf_attribute>
	<oaf_attribute name="nautilus:view_as_name" 
		       type="string" 
		       _value="Control Center"/>
	<oaf_attribute name="nautilus:view_as_label" 
		       type="string" 
		       _value="View as Control Center"/>
	<oaf_attribute name="nautilus:viewer_label" 
		       type="string" 
		       _value="Control Center Viewer"/>
</oaf_server>

</oaf_info>