~ubuntu-branches/ubuntu/trusty/content-hub/trusty-proposed

« back to all changes in this revision

Viewing changes to src/com/ubuntu/content/service/com.ubuntu.content.hub.gschema.xml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ken VanDine
  • Date: 2014-03-06 16:50:24 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20140306165024-15mf374m2iar1syi
Tags: 0.0+14.04.20140306-0ubuntu1
[ Ken VanDine ]
* Added Type::Known::contacts. Note: there is no associated default
  store for contacts under any scope. Data for contacts doesn't
  persist.
* Changed defaults to a triplet used to build the appid. Bumped build
  depends for libupstart-app-launch2-dev needed for converting the
  triplet to an appid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<schemalist>
3
3
  <schema id="com.ubuntu.content.hub.default" path="/com/ubuntu/content/hub/peers/">
4
 
    <key name="pictures" type="s">
5
 
      <default>"gallery-app"</default>
6
 
    </key>
7
 
    <key name="music" type="s">
8
 
      <default>"music-app"</default>
9
 
    </key>
10
 
    <key name="documents" type="s">
11
 
      <default>"notes-app"</default>
 
4
    <key name="pictures" type="as">
 
5
      <default>["com.ubuntu.gallery", "gallery", "current-user-version"]</default>
 
6
    </key>
 
7
    <key name="music" type="as">
 
8
      <default>[]</default>
 
9
    </key>
 
10
    <key name="documents" type="as">
 
11
      <default>[]</default>
 
12
    </key>
 
13
    <key name="contacts" type="as">
 
14
      <default>[]</default>
12
15
    </key>
13
16
  </schema>
14
17
  <schema id="com.ubuntu.content.hub.all" path="/com/ubuntu/content/hub/peers/">
21
24
    <key name="documents" type="as">
22
25
      <default>[]</default>
23
26
    </key>
 
27
    <key name="contacts" type="as">
 
28
      <default>[]</default>
 
29
    </key>
24
30
  </schema>
25
31
</schemalist>