~chipaca/gsettings-ubuntu-touch-schemas/fix-notification-hub-blacklist-description

« back to all changes in this revision

Viewing changes to schemas/com.ubuntu.touch.notifications.gschema.xml.in.in

  • Committer: John R. Lenton
  • Date: 2014-07-25 14:16:11 UTC
  • mfrom: (31.3.15 notifications)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: jlenton@gmail.com-20140725141611-b26i2t9205zcprwa
pruned ted's branch back to just the settings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist gettext-domain="gsettings-ubuntu-touch-schemas">
 
2
    <schema id="com.ubuntu.touch.notifications" path="/com/ubuntu/touch/notifications/">
 
3
                <key name="popup-blacklist" type="a(ss)">
 
4
                        <_summary>User blacklist of application notifications</_summary>
 
5
                        <default>[]</default>
 
6
                        <_description>
 
7
                                A list of applications that the user has blocked notifications from.
 
8
                                For applications that are installed via Click packaging the strings are
 
9
                                the name of the package and then the name of the application in the
 
10
                                package. For dpkg based applications the strings are both the
 
11
                                AppID of the application, or the desktop file name.
 
12
                        </_description>
 
13
                </key>
 
14
    </schema>
 
15
</schemalist>