File: blam.schemas.in

package info (click to toggle)
blam 1.8.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,124 kB
  • ctags: 786
  • sloc: sh: 9,002; cs: 3,686; ansic: 431; makefile: 198; cpp: 165; xml: 11
file content (154 lines) | stat: -rw-r--r-- 4,510 bytes parent folder | download | duplicates (4)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/blam/ui/main_window_state</key>
      <applyto>/apps/blam/ui/main_window_state</applyto>
      <owner>blam</owner>
      <type>string</type>
      <default>normal</default>
      <locale name="C">
         <short>State of the main window</short>
         <long>
           The state of the main window, valid values are 'normal' and 'maximized'.
         </long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/blam/ui/main_window_width</key>
      <applyto>/apps/blam/ui/main_window_width</applyto>
      <owner>blam</owner>
      <type>int</type>
      <default>600</default>
      <locale name="C">
         <short>Width of the main window</short>
         <long>
           The width of the main window.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/blam/ui/main_window_height</key>
      <applyto>/apps/blam/ui/main_window_height</applyto>
      <owner>blam</owner>
      <type>int</type>
      <default>400</default>
      <locale name="C">
         <short>Height of main window</short>
         <long>
           The height of the main window.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/blam/ui/main_window_position_x</key>
      <applyto>/apps/blam/ui/main_window_position_x</applyto>
      <owner>blam</owner>
      <type>int</type>
      <default>-1</default>
      <locale name="C">
         <short>X position of main window</short>
         <long>
	   The stored position of the main window, the X coordinate.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/blam/ui/main_window_position_y</key>
      <applyto>/apps/blam/ui/main_window_position_y</applyto>
      <owner>blam</owner>
      <type>int</type>
      <default>-1</default>
      <locale name="C">
         <short>Y position of main window</short>
         <long>
	   The stored position of the main window, the Y coordinate.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/blam/ui/channel_list_width</key>
      <applyto>/apps/blam/ui/channel_list_width</applyto>
      <owner>blam</owner>
      <type>int</type>
      <default>180</default>
      <locale name="C">
         <short>Width of channel list</short>
         <long>
           The width of the channel list.
         </long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/blam/ui/item_list_height</key>
      <applyto>/apps/blam/ui/item_list_height</applyto>
      <owner>blam</owner>
      <type>int</type>
      <default>100</default>
      <locale name="C">
         <short>Height of entry list</short>
         <long>
           The height of the entry list.
         </long>
      </locale>
    </schema> 
    <schema>
      <key>/schemas/apps/blam/ui/theme</key>
      <applyto>/apps/blam/ui/theme</applyto>
      <owner>blam</owner>
      <type>string</type>
      <default>normal</default>
      <locale name="C">
         <short>Current theme</short>
         <long>
	   The theme used to render the entries.
         </long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/blam/behaviour/reverse_entries</key>
      <applyto>/apps/blam/behaviour/reverse_entries</applyto>
      <owner>blam</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Reverse the entries in the entry list</short>
         <long>
           Show the newest entries at the top of the entry list.
         </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/blam/behaviour/auto_refresh</key>
      <applyto>/apps/blam/behaviour/auto_refresh</applyto>
      <owner>blam</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Automatically refresh channels</short>
         <long>
           Automatically refresh all channels at a regular interval.
         </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/blam/behaviour/auto_refresh_rate</key>
      <applyto>/apps/blam/behaviour/auto_refresh_rate</applyto>
      <owner>blam</owner>
      <type>int</type>
      <default>15</default>
      <locale name="C">
         <short>Automatically refresh channels interval</short>
         <long>
           The refresh rate for when to refresh all channels.
         </long>
      </locale>
    </schema>
   </schemalist>  
</gconfschemafile>