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

« back to all changes in this revision

Viewing changes to doc/html/GWeatherTimezone.html

  • 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:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>libgweather-3.0 Reference Manual: GWeatherTimezone</title>
 
5
<title>GWeatherTimezone</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="libgweather-3.0 Reference Manual">
8
8
<link rel="up" href="ch01.html" title="libgweather-3.0 Reference Manual">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
 
<td width="100%" align="left">
17
 
<a href="#" class="shortcut">Top</a>
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="GWeatherLocation.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">libgweather-3.0 Reference Manual</th>
 
21
<td><a accesskey="n" href="libgweather-GWeatherInfo.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#GWeatherTimezone.synopsis" class="shortcut">Top</a>
18
25
                   | 
19
26
                  <a href="#GWeatherTimezone.description" class="shortcut">Description</a>
20
27
                   | 
21
28
                  <a href="#GWeatherTimezone.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
 
</td>
23
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
 
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
 
<td><a accesskey="p" href="GWeatherLocation.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
 
<td><a accesskey="n" href="libgweather-GWeatherInfo.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
 
</tr></table>
 
29
</td></tr>
 
30
</table>
28
31
<div class="refentry">
29
32
<a name="GWeatherTimezone"></a><div class="titlepage"></div>
30
33
<div class="refnamediv"><table width="100%"><tr>
66
69
</p>
67
70
<p>
68
71
There are no public methods for creating timezones; they can only
69
 
be created by calling <a class="link" href="GWeatherLocation.html#gweather-location-new-world" title="gweather_location_new_world ()"><code class="function">gweather_location_new_world()</code></a> to parse
 
72
be created by calling <code class="function">gweather_location_new_world()</code> to parse
70
73
Locations.xml, and then calling various <a class="link" href="GWeatherLocation.html" title="GWeatherLocation"><span class="type">GWeatherLocation</span></a> methods
71
74
to extract relevant timezones from the location hierarchy.
72
75
</p>