~ubuntu-branches/ubuntu/quantal/libgweather/quantal

« back to all changes in this revision

Viewing changes to doc/tmpl/gweather-prefs.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-17 15:26:05 UTC
  • mfrom: (1.1.28 upstream) (5.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20110517152605-anf9c03d1ny7yn54
Tags: 3.0.0-0ubuntu1
* Resynchronize on Debian and update to the current version, remaining diff:
* debian/control.in:
  - Build-depend on dh-autoreconf, gnome-common
  - use Conflicts on the ppa binaries names differently for easier upgrades
* debian/rules:
  - Run autotools on build
  - Generate POT files on build
* debian/patches/01_gettext_not_xml.patch: 
  - using gettext rather than add translations to the xml databases
* debian/watch: 
  - Watch unstable series  

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
gweather-prefs
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
 
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
 
10
 
</para>
11
 
 
12
 
<!-- ##### SECTION See_Also ##### -->
13
 
<para>
14
 
 
15
 
</para>
16
 
 
17
 
<!-- ##### SECTION Stability_Level ##### -->
18
 
 
19
 
 
20
 
<!-- ##### SECTION Image ##### -->
21
 
 
22
 
 
23
 
<!-- ##### MACRO GCONF_TEMP_UNIT ##### -->
24
 
<para>
25
 
 
26
 
</para>
27
 
 
28
 
 
29
 
 
30
 
<!-- ##### MACRO GCONF_SPEED_UNIT ##### -->
31
 
<para>
32
 
 
33
 
</para>
34
 
 
35
 
 
36
 
 
37
 
<!-- ##### MACRO GCONF_PRESSURE_UNIT ##### -->
38
 
<para>
39
 
 
40
 
</para>
41
 
 
42
 
 
43
 
 
44
 
<!-- ##### MACRO GCONF_DISTANCE_UNIT ##### -->
45
 
<para>
46
 
 
47
 
</para>
48
 
 
49
 
 
50
 
 
51
 
<!-- ##### STRUCT GWeatherPrefs ##### -->
52
 
<para>
53
 
 
54
 
</para>
55
 
 
56
 
@location: 
57
 
@update_interval: 
58
 
@update_enabled: 
59
 
@detailed: 
60
 
@radar_enabled: 
61
 
@use_custom_radar_url: 
62
 
@radar: 
63
 
@temperature_unit: 
64
 
@use_temperature_default: 
65
 
@speed_unit: 
66
 
@use_speed_default: 
67
 
@pressure_unit: 
68
 
@use_pressure_default: 
69
 
@distance_unit: 
70
 
@use_distance_default: 
71
 
 
72
 
<!-- ##### FUNCTION gweather_prefs_load ##### -->
73
 
<para>
74
 
 
75
 
</para>
76
 
 
77
 
@prefs: 
78
 
@ctx: 
79
 
 
80
 
 
81
 
<!-- ##### FUNCTION gweather_prefs_temp_enum_to_string ##### -->
82
 
<para>
83
 
 
84
 
</para>
85
 
 
86
 
@temp: 
87
 
@Returns: 
88
 
 
89
 
 
90
 
<!-- ##### FUNCTION gweather_prefs_speed_enum_to_string ##### -->
91
 
<para>
92
 
 
93
 
</para>
94
 
 
95
 
@speed: 
96
 
@Returns: 
97
 
 
98
 
 
99
 
<!-- ##### FUNCTION gweather_prefs_pressure_enum_to_string ##### -->
100
 
<para>
101
 
 
102
 
</para>
103
 
 
104
 
@pressure: 
105
 
@Returns: 
106
 
 
107
 
 
108
 
<!-- ##### FUNCTION gweather_prefs_distance_enum_to_string ##### -->
109
 
<para>
110
 
 
111
 
</para>
112
 
 
113
 
@distance: 
114
 
@Returns: 
115
 
 
116
 
 
117
 
<!-- ##### FUNCTION gweather_prefs_parse_temperature ##### -->
118
 
<para>
119
 
 
120
 
</para>
121
 
 
122
 
@str: 
123
 
@is_default: 
124
 
@Returns: 
125
 
 
126
 
 
127
 
<!-- ##### FUNCTION gweather_prefs_parse_speed ##### -->
128
 
<para>
129
 
 
130
 
</para>
131
 
 
132
 
@str: 
133
 
@is_default: 
134
 
@Returns: 
135
 
 
136
 
 
137
 
<!-- ##### FUNCTION gweather_prefs_get_temp_display_name ##### -->
138
 
<para>
139
 
 
140
 
</para>
141
 
 
142
 
@temp: 
143
 
@Returns: 
144
 
 
145
 
 
146
 
<!-- ##### FUNCTION gweather_prefs_get_speed_display_name ##### -->
147
 
<para>
148
 
 
149
 
</para>
150
 
 
151
 
@speed: 
152
 
@Returns: 
153
 
 
154
 
 
155
 
<!-- ##### FUNCTION gweather_prefs_get_pressure_display_name ##### -->
156
 
<para>
157
 
 
158
 
</para>
159
 
 
160
 
@pressure: 
161
 
@Returns: 
162
 
 
163
 
 
164
 
<!-- ##### FUNCTION gweather_prefs_get_distance_display_name ##### -->
165
 
<para>
166
 
 
167
 
</para>
168
 
 
169
 
@distance: 
170
 
@Returns: 
171
 
 
172