summaryrefslogtreecommitdiffstats
path: root/servers/GNOME_ServiceDiscoveryApplet.server.in
blob: bcf52767a8c695d6ea9ff4e0afbdd42a2b2a960a (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
<oaf_info>

<oaf_server iid="OAFIID:GNOME_ServiceDiscoveryApplet_Factory"
            type="exe"
            location="@bindir@/service-discovery-applet">

        <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="Zeroconf Service Discovery"/>
        <oaf_attribute name="description" type="string" _value="Show Zeroconf Services on your local network and allow accessing them easily"/>
</oaf_server>

<oaf_server iid="OAFIID:GNOME_ServiceDiscoveryApplet"
            type="factory" 
            location="OAFIID:GNOME_ServiceDiscoveryApplet_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="Zeroconf Service Discovery"/>
        <oaf_attribute name="description" type="string" _value="Show Zeroconf Services on your local network and allow accessing them easily"/>
        <oaf_attribute name="panel:category" type="string" value="Internet"/>
        <oaf_attribute name="panel:icon" type="string" value="@iconsdir@/48x48/service-discovery-applet.png"/>
</oaf_server>

</oaf_info>