summaryrefslogtreecommitdiff
path: root/data/org.gnome.calendar.gschema.xml.in
blob: f8b0eff81479cbd93b587d7abcb91678f917a9c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
    <schema id="org.gnome.calendar" path="/org/gnome/calendar/">
        <key name="window-maximized" type="b">
            <default>true</default>
            <summary>Window maximized</summary>
            <description>Window maximized state</description>
        </key>
        <key name="window-size" type="(ii)">
            <default>(768, 600)</default>
            <summary>Window size</summary>
            <description>Window size (width and height).</description>
        </key>
        <key name="window-position" type="(ii)">
            <default>(-1, -1)</default>
            <summary>Window position</summary>
            <description>Window position (x and y).</description>
        </key>
        <key name="active-view" enum="org.gnome.calendar.GcalWindowView">
            <default>'month'</default>
            <summary>Type of the active view</summary>
            <description>Type of the active window view, default value is: monthly view</description>
        </key>
        <key name="weather-settings" type="(bbsmv)">
            <default>(true, true, '', nothing)</default>
            <summary>Weather Service Configuration</summary>
            <description>Whether weather reports are shown, automatic locations are used and a location-name</description>
        </key>
        <key name="follow-night-light" type="b">
            <default>false</default>
            <summary>Follow system night light</summary>
            <description>Use GNOME night light setting to activate night-mode.</description>
        </key>
    </schema>
</schemalist>