summaryrefslogtreecommitdiff
path: root/applets/clock/clock-location-tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'applets/clock/clock-location-tile.h')
-rw-r--r--applets/clock/clock-location-tile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/clock/clock-location-tile.h b/applets/clock/clock-location-tile.h
index 28dea2bf..0b1aa8e9 100644
--- a/applets/clock/clock-location-tile.h
+++ b/applets/clock/clock-location-tile.h
@@ -36,19 +36,19 @@ typedef struct
GtkAlignmentClass parent_class;
#endif
- void (* tile_pressed) (ClockLocationTile *tile);
+ void (* tile_pressed) (ClockLocationTile *tile);
int (* need_clock_format) (ClockLocationTile *tile);
} ClockLocationTileClass;
GType clock_location_tile_get_type (void);
ClockLocationTile *clock_location_tile_new (ClockLocation *loc,
- ClockFaceSize size);
+ ClockFaceSize size);
ClockLocation *clock_location_tile_get_location (ClockLocationTile *this);
void weather_info_setup_tooltip (WeatherInfo *info, ClockLocation *location, GtkTooltip *tip,
- ClockFormat clock_format);
+ ClockFormat clock_format);
void clock_location_tile_refresh (ClockLocationTile *this,
gboolean force_refresh);