~ubuntu-branches/ubuntu/natty/gnome-panel/natty

« back to all changes in this revision

Viewing changes to applets/clock/clock-location-tile.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-23 14:40:23 UTC
  • mfrom: (1.13.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100223144023-sjwwkcj1xacn83zt
Tags: 1:2.29.91-0ubuntu1
* New upstream version:
  Panel
  - Add X-GNOME-AutoRestart to desktop file (lp: #522047)
  Clock Applet
  - Make sunrise/sunset and other times follow the 12/24h preference
* debian/patches/02_sunrise_sunset_time_format.patch:
  - dropped since the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#include "clock.h"
7
7
#include "clock-face.h"
8
8
#include "clock-location.h"
 
9
#include "clock-utils.h"
9
10
 
10
11
G_BEGIN_DECLS
11
12
 
36
37
 
37
38
ClockLocation *clock_location_tile_get_location (ClockLocationTile *this);
38
39
 
39
 
void weather_info_setup_tooltip (WeatherInfo *info, ClockLocation *location, GtkTooltip *tip);
 
40
void weather_info_setup_tooltip (WeatherInfo *info, ClockLocation *location, GtkTooltip *tip,
 
41
                                 ClockFormat clock_format);
40
42
 
41
43
void clock_location_tile_refresh (ClockLocationTile *this,
42
44
                                  gboolean           force_refresh);