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

« back to all changes in this revision

Viewing changes to doc/libgweather-sections.txt

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2013-12-31 13:35:42 UTC
  • mfrom: (1.3.42) (13.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20131231133542-nxs091yjmfv3082a
Tags: 3.10.1-1ubuntu1
* Merge from debian experimental. Remaining changes:
  - debian/control.in, debian/rules:
    + Run autoreconf
  - debian/rules:
    + Generate POT files on build
  - debian/patches/02_no_external_gettext.patch:
    + Can't have both IT_PROG_INTLTOOL and AM_GNU_GETTEXT
  - debian/control: Update Vcs-* field.
* debian/patches/01_gettext_not_xml.patch: Drop, fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<FILE>gweathertimezonemenu</FILE>
5
5
<TITLE>GWeatherTimezoneMenu</TITLE>
6
6
GWeatherTimezoneMenu
7
 
GWeatherTimezoneMenuClass
8
7
gweather_timezone_menu_new
9
8
gweather_timezone_menu_set_tzid
10
9
gweather_timezone_menu_get_tzid
11
10
<SUBSECTION Standard>
 
11
GWeatherTimezoneMenuClass
12
12
GWEATHER_TIMEZONE_MENU
13
13
GWEATHER_IS_TIMEZONE_MENU
14
14
GWEATHER_TYPE_TIMEZONE_MENU
22
22
<FILE>gweatherlocationentry</FILE>
23
23
<TITLE>GWeatherLocationEntry</TITLE>
24
24
GWeatherLocationEntry
25
 
GWeatherLocationEntryClass
26
25
gweather_location_entry_new
27
26
gweather_location_entry_set_location
28
27
gweather_location_entry_get_location
29
28
gweather_location_entry_has_custom_text
30
29
gweather_location_entry_set_city
31
30
<SUBSECTION Standard>
 
31
GWeatherLocationEntryClass
32
32
GWEATHER_LOCATION_ENTRY
33
33
GWEATHER_IS_LOCATION_ENTRY
34
34
GWEATHER_TYPE_LOCATION_ENTRY
36
36
GWEATHER_LOCATION_ENTRY_CLASS
37
37
GWEATHER_IS_LOCATION_ENTRY_CLASS
38
38
GWEATHER_LOCATION_ENTRY_GET_CLASS
 
39
GWeatherLocationEntryPrivate
39
40
</SECTION>
40
41
 
41
42
<SECTION>
43
44
<TITLE>GWeatherLocation</TITLE>
44
45
GWeatherLocation
45
46
GWeatherLocationLevel
46
 
gweather_location_new_world
 
47
gweather_location_get_world
47
48
gweather_location_ref
48
49
gweather_location_unref
49
50
 
57
58
gweather_location_get_level
58
59
gweather_location_get_parent
59
60
gweather_location_get_children
60
 
gweather_location_ref_world
61
61
 
62
62
<SUBSECTION>
63
63
gweather_location_get_name
72
72
gweather_location_get_city_name
73
73
 
74
74
<SUBSECTION Private>
75
 
gweather_location_free_children
76
75
gweather_location_free_timezones
77
76
 
78
77
<SUBSECTION Standard>
97
96
GWeatherInfoPrivate
98
97
 
99
98
<SUBSECTION>
100
 
GWeatherForecastType
101
99
gweather_info_new
102
 
gweather_info_new_for_world
103
100
gweather_info_update
104
101
gweather_info_abort
105
102
gweather_info_is_valid
106
103
gweather_info_network_error
 
104
gweather_info_store_cache
107
105
gweather_info_get_location
108
106
gweather_info_set_location
109
107
gweather_info_get_forecast_list
117
115
<SUBSECTION>
118
116
gweather_info_get_location_name
119
117
gweather_info_get_icon_name
 
118
gweather_info_get_symbolic_icon_name
120
119
gweather_info_get_weather_summary
121
120
gweather_info_get_temp_summary
122
121
gweather_info_get_update
133
132
gweather_info_get_apparent
134
133
gweather_info_get_sunrise
135
134
gweather_info_get_sunset
136
 
gweather_info_get_forecast
137
135
gweather_info_get_radar
138
136
 
139
137
<SUBSECTION>
169
167
gweather_info_next_sun_event
170
168
gweather_info_get_value_moonphase
171
169
gweather_info_get_upcoming_moonphases
 
170
gweather_info_is_daytime
172
171
</SECTION>
173
172
 
174
173
<SECTION>