summaryrefslogtreecommitdiffstats
path: root/schemas/service-discovery-applet.schemas
blob: 563f51fa71c77b05c3f654c99bebe2230d54a5da (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
49
50
<gconfschemafile>
    <schemalist>
                <schema>
                        <key>/schemas/apps/service-discovery-applet/options/show_notifications</key>
                        <applyto>/apps/service-discovery-applet/options/show_notifications</applyto>
                        <owner>service-discovery-applet</owner>
                        <type>bool</type>
                        <default>TRUE</default>
                        <locale name="C">
                                <short>Display notifications.</short>
                                <long>
				Use the notification deamon to notify the user when a service is discovered.
                                </long>
                        </locale>
                </schema>
                <schema>
                        <key>/schemas/apps/service-discovery-applet/services/_ssh._tcp</key>
                        <applyto>/apps/service-discovery-applet/services/_ssh._tcp</applyto>
                        <owner>service-discovery-applet</owner>
                        <type>bool</type>
                        <default>TRUE</default>
                        <locale name="C">
                                <short></short>
                                <long></long>
                        </locale>
                </schema>
                <schema>
                        <key>/schemas/apps/service-discovery-applet/services/_https._tcp</key>
                        <applyto>/apps/service-discovery-applet/services/_https._tcp</applyto>
                        <owner>service-discovery-applet</owner>
                        <type>bool</type>
                        <default>TRUE</default>
                        <locale name="C">
                                <short></short>
                                <long></long>
                        </locale>
                </schema>
                <schema>
                        <key>/schemas/apps/service-discovery-applet/services/_http._tcp</key>
                        <applyto>/apps/service-discovery-applet/services/_http._tcp</applyto>
                        <owner>service-discovery-applet</owner>
                        <type>bool</type>
                        <default>TRUE</default>
                        <locale name="C">
                                <short></short>
                                <long></long>
                        </locale>
                </schema>
        </schemalist>
</gconfschemafile>