~ubuntu-branches/ubuntu/intrepid/libgweather/intrepid

« back to all changes in this revision

Viewing changes to libgweather/location-entry.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-22 14:03:09 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20081022140309-non33lgir8vfsta9
Tags: 2.24.1-0ubuntu1
* New upstream version:
  libgweather
  - Make sure the returned strings are UTF-8 
  - Code cleanups 
  - Fix crash if a timezone in Locations.xml is not known 
  - Use the proxy settings 
  - Add weather_info_network_error() API to know the type of error
    when getting the weather 
  Locations.xml
  - Mexican states of Chihuahua, Nayarit, Sinaloa, and Sonora are in
    Mountain Time, not Central Time 
  Misc
  - Distribute gweather.defs so python bindings are buildable
  - Add -lm to the build 
* debian/rules:
  - updated shlibs version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
 
2
/* location-entry.h - Location-selecting text entry
 
3
 *
 
4
 * Copyright 2008, Red Hat, Inc.
 
5
 *
 
6
 * This library is free software; you can redistribute it and/or
 
7
 * modify it under the terms of the GNU Lesser General Public License
 
8
 * as published by the Free Software Foundation; either version 2.1 of
 
9
 * the License, or (at your option) any later version.
 
10
 *
 
11
 * This library is distributed in the hope that it will be useful, but
 
12
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
14
 * Lesser General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU Lesser General Public
 
17
 * License along with this library; if not, see
 
18
 * <http://www.gnu.org/licenses/>.
 
19
 */
2
20
 
3
21
#ifndef GWEATHER_LOCATION_ENTRY_H
4
22
#define GWEATHER_LOCATION_ENTRY_H 1