]> Pileus Git - grits/blobdiff - src/aweather-view.h
site and time selection for both ridge and radar
[grits] / src / aweather-view.h
index 0dc58fd16f33ff35fbd68a65a9daadd9b660a7ad..2278eae0b86ee6e4b0081a37dbd45c356dfbb1f6 100644 (file)
@@ -18,7 +18,7 @@ struct _AWeatherView {
        GObject parent_instance;
 
        /* instance members */
-       gint   time;
+       gchar *time;
        gchar *location;
 };
 
@@ -32,8 +32,8 @@ GType aweather_view_get_type(void);
 
 /* Methods */
 AWeatherView *aweather_view_new();
-void aweather_view_set_time(AWeatherView *view, gint time);
-gint aweather_view_get_time(AWeatherView *view);
+void aweather_view_set_time(AWeatherView *view, const gchar *time);
+gchar *aweather_view_get_time(AWeatherView *view);
 
 void aweather_view_set_location(AWeatherView *view, const gchar *location);
 gchar *aweather_view_get_location(AWeatherView *view);