summaryrefslogtreecommitdiffstats
path: root/schemas/service-discovery-applet.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/service-discovery-applet.schemas.in')
-rw-r--r--schemas/service-discovery-applet.schemas.in41
1 files changed, 41 insertions, 0 deletions
diff --git a/schemas/service-discovery-applet.schemas.in b/schemas/service-discovery-applet.schemas.in
new file mode 100644
index 0000000..2ceaefa
--- /dev/null
+++ b/schemas/service-discovery-applet.schemas.in
@@ -0,0 +1,41 @@
+<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/options/show_local_services</key>
+ <applyto>/apps/service-discovery-applet/options/show_local_services</applyto>
+ <owner>service-discovery-applet</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Browse for your own services.</short>
+ <long>
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/service-discovery-applet/options/first_run</key>
+ <applyto>/apps/service-discovery-applet/options/first_run</applyto>
+ <owner>service-discovery-applet</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>First time you start the app?</short>
+ <long>
+ </long>
+ </locale>
+ </schema>
+ </schemalist>
+</gconfschemafile>