root/trunk/third/nautilus/components/rpmview/Nautilus_View_rpm.oaf.in @ 15547

Revision 15547, 1.3 KB (checked in by ghudson, 9 years ago)

This commit was generated by cvs2svn to compensate for changes in r15546,
which included commits to RCS files with non-trunk default branches.

Line 
1<oaf_info>
2
3<oaf_server iid="OAFIID:nautilus_rpm_view_factory:5986d6a5-8840-44ea-84a1-e7f052bd85cf" type="exe" location="nautilus-rpm-view">
4        <oaf_attribute name="repo_ids" type="stringv">
5                <item value="IDL:GNOME/ObjectFactory:1.0"/>
6        </oaf_attribute>
7        <oaf_attribute name="description" type="string" _value="RPM view factory"/>
8        <oaf_attribute name="description" type="string" _value="Factory for rpm view"/>
9</oaf_server>
10
11<oaf_server iid="OAFIID:nautilus_rpm_view:22ea002c-11e6-44fd-b13c-9445175a5e70" type="factory" location="OAFIID:nautilus_rpm_view_factory:5986d6a5-8840-44ea-84a1-e7f052bd85cf">
12        <oaf_attribute name="repo_ids" type="stringv">
13                <item value="IDL:Bonobo/Unknown:1.0"/>
14                <item value="IDL:Bonobo/Control:1.0"/>
15                <item value="IDL:Nautilus/View:1.0"/>
16        </oaf_attribute>
17        <oaf_attribute name="name" type="string" _value="RPM component"/>
18        <oaf_attribute name="description" type="string" _value="rpm view"/>
19        <oaf_attribute name="bonobo:editable" type="boolean" value="false"/>
20        <oaf_attribute name="bonobo:supported_mime_types" type="stringv">
21                <item value="application/x-rpm"/>
22        </oaf_attribute>
23        <oaf_attribute name="nautilus:view_as_name" type="string" _value="Package"/>
24        <oaf_attribute name="bonobo:supported_uri_schemes" type="stringv">
25                <item value="file"/>
26        </oaf_attribute>
27</oaf_server>
28
29</oaf_info>
Note: See TracBrowser for help on using the browser.