summaryrefslogtreecommitdiff
path: root/src/Nautilus_shell.server.in
blob: 61f925e25d0fc9ee48720602e4dcb86b77d79dc6 (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:Nautilus_Factory" type="exe" location="nautilus">
  <oaf_attribute name="repo_ids" type="stringv">
    <item value="IDL:GNOME/ObjectFactory:1.0"/>
  </oaf_attribute>
  <oaf_attribute name="name" type="string" _value="Nautilus factory"/>
  <oaf_attribute name="description" type="string" _value="Factory for Nautilus shell and file manager"/>
</oaf_server>

<oaf_server iid="OAFIID:Nautilus_Shell" type="factory" location="OAFIID:Nautilus_Factory">
  <oaf_attribute name="repo_ids" type="stringv">
    <item value="IDL:Bonobo/Unknown:1.0"/>
    <item value="IDL:Nautilus/Shell:1.0"/>
  </oaf_attribute>
  <oaf_attribute name="name" type="string" _value="Nautilus shell"/>
  <oaf_attribute name="description" type="string" _value="Nautilus shell operations that can be done from subsequent command-line invocations"/>
</oaf_server>

<oaf_server iid="OAFIID:Nautilus_Metafile_Factory" type="factory" location="OAFIID:Nautilus_Factory">
  <oaf_attribute name="repo_ids" type="stringv">
    <item value="IDL:Bonobo/Unknown:1.0"/>
    <item value="IDL:Nautilus/MetafileFactory:1.0"/>
  </oaf_attribute>
  <oaf_attribute name="name" type="string" _value="Nautilus metafile factory"/>
  <oaf_attribute name="description" type="string" _value="Produces metafile objects for accessing Nautilus metadata"/>
</oaf_server>

</oaf_info>