[rygel] core: Add new Tracker options to schemas file



commit b78a9d998ea5e1d356c3516784f293e905f61ca5
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Jun 12 18:28:44 2009 +0300

    core: Add new Tracker options to schemas file

 data/rygel.schemas |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)
---
diff --git a/data/rygel.schemas b/data/rygel.schemas
index cf1cfce..74763d7 100644
--- a/data/rygel.schemas
+++ b/data/rygel.schemas
@@ -100,6 +100,39 @@
         </locale>
       </schema>
       <schema>
+        <key>/schemas/apps/rygel/Tracker/share-videos</key>
+        <applyto>/apps/rygel/Tracker/share-videos</applyto>
+        <owner>rygel</owner>
+        <type>bool</type>
+        <default>TRUE</default>
+        <locale name="C">
+          <short>Enable sharing of videos over UPnP.</short>
+          <long>Enable sharing of videos over UPnP.</long>
+        </locale>
+      </schema>
+      <schema>
+        <key>/schemas/apps/rygel/Tracker/share-music</key>
+        <applyto>/apps/rygel/Tracker/share-music</applyto>
+        <owner>rygel</owner>
+        <type>bool</type>
+        <default>TRUE</default>
+        <locale name="C">
+          <short>Enable sharing of music over UPnP.</short>
+          <long>Enable sharing of music over UPnP.</long>
+        </locale>
+      </schema>
+      <schema>
+        <key>/schemas/apps/rygel/Tracker/share-pictures</key>
+        <applyto>/apps/rygel/Tracker/share-pictures</applyto>
+        <owner>rygel</owner>
+        <type>bool</type>
+        <default>TRUE</default>
+        <locale name="C">
+          <short>Enable sharing of pictures over UPnP.</short>
+          <long>Enable sharing of pictures over UPnP.</long>
+        </locale>
+      </schema>
+      <schema>
         <key>/schemas/apps/rygel/MediaExport/enabled</key>
         <applyto>/apps/rygel/MediaExport/enabled</applyto>
         <owner>rygel</owner>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]