~desrt/indicator-appmenu/emit-unregister-signal

« back to all changes in this revision

Viewing changes to data/com.canonical.indicator.appmenu.gschema.xml

  • Committer: Charles Kerr
  • Date: 2012-04-03 20:31:54 UTC
  • mfrom: (192.1.21 indicator-appmenu)
  • Revision ID: charles.kerr@canonical.com-20120403203154-2qacfj0nmpm56pnr
merge lp:~desrt/indicator-appmenu/hud-performance to improve hud-service performance and search result quality by substantially reworking the core distance algorithm and the needle/haystack assignment algorithm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
 
 
3
<schemalist>
 
4
  <enum id='menu-enum'>
 
5
    <value value='0' nick='global'/>
 
6
    <value value='1' nick='locally-integrated'/>
 
7
  </enum>
 
8
 
 
9
  <schema path='/com/canonical/indicator/appmenu/' id='com.canonical.indicator.appmenu' gettext-domain='indicator-appmenu'>
 
10
    <key name='menu-mode' enum='menu-enum'>
 
11
      <default>'global'</default>
 
12
      <summary>Where the menus displayed</summary>
 
13
      <description>
 
14
        Controls the menu display location. TODO: add more
 
15
      </description>
 
16
    </key>
 
17
  </schema>
 
18
</schemalist>