~ubuntu-branches/ubuntu/trusty/libgweather/trusty-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-27 11:58:15 UTC
  • mfrom: (13.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130527115815-l51yffuy20gbv9q0
Tags: 3.8.0-1ubuntu1
* Sync with Debian (LP: #1184168). Remaining changes: 
  - debian/control.in, debian/rules:
    + Run autoreconf
  - debian/rules:
    + Generate POT files on build
  - debian/patches/01_gettext_not_xml.patch: 
    + using gettext rather than add translations to the xml databases
  - debian/patches/02_no_external_gettext.patch:
    + Can't have both IT_PROG_INTLTOOL and AM_GNU_GETTEXT

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