File: org.ayatana.common.gschema.xml

package info (click to toggle)
libayatana-common 0.9.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 804 kB
  • sloc: ansic: 341; cpp: 155; sh: 31; makefile: 20; xml: 10
file content (10 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<schemalist>
    <schema gettext-domain="ayatana-common" id="org.ayatana.common" path="/org/ayatana/common/">
        <key name="max-menu-text-length" type="u">
            <range min="0" max="100"/>
            <default>50</default>
            <summary>Maximum menu text length</summary>
            <description>The number of characters to show in dynamic menu items before the text is ellipsized. Set to 0 to leave unchanged.</description>
        </key>
    </schema>
</schemalist>