X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Faweather-view.h;h=2278eae0b86ee6e4b0081a37dbd45c356dfbb1f6;hp=0dc58fd16f33ff35fbd68a65a9daadd9b660a7ad;hb=4fcef1604ab68160bb3fc51755cc87d23e215fee;hpb=8efa2df296f672505211b4360c10279d9d57be22 diff --git a/src/aweather-view.h b/src/aweather-view.h index 0dc58fd..2278eae 100644 --- a/src/aweather-view.h +++ b/src/aweather-view.h @@ -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);