summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-09-17 13:40:38 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-09-17 13:40:38 +0000
commit7b771b3f042669e5d763864dd69560c4e2a5bb8d (patch)
treead437ce2f8d59b478c5f73409158d71ac49098ae /schemas
parent4da077afd60d5591b24a32b1082139516fd9f2c2 (diff)
* updated docs
* added a schema git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@13 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'schemas')
-rw-r--r--schemas/Makefile.am16
-rw-r--r--schemas/service-discovery-applet.schemas50
2 files changed, 66 insertions, 0 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
new file mode 100644
index 0000000..207c0a3
--- /dev/null
+++ b/schemas/Makefile.am
@@ -0,0 +1,16 @@
+SCHEMAS_FILE = service-discovery-applet.schemas
+
+EXTRA_DIST = $(SCHEMAS_FILE)
+
+schemasdir = $(GCONF_SCHEMA_FILE_DIR)
+schemas_DATA = $(SCHEMAS_FILE)
+
+install-schemas:
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(SCHEMAS_FILE) 2>&1 > /dev/null
+ gconftool-2 --shutdown
+
+if GCONF_SCHEMAS_INSTALL
+install-data-local: install-schemas
+else
+install-data-local:
+endif
diff --git a/schemas/service-discovery-applet.schemas b/schemas/service-discovery-applet.schemas
new file mode 100644
index 0000000..563f51f
--- /dev/null
+++ b/schemas/service-discovery-applet.schemas
@@ -0,0 +1,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>