X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Faweather-view.h;h=7fc964b8d1f28be78da0a654db0a2990d1d91adc;hp=08d6444c9ce6f9b282e31a4d48a4cd6e3d316d16;hb=1ac2b7c2d9465293d168c33555a43862320b5c04;hpb=1cf8b4ecd92f49dfbbe0472e02d4e5bc8841fe2f diff --git a/src/aweather-view.h b/src/aweather-view.h index 08d6444..7fc964b 100644 --- a/src/aweather-view.h +++ b/src/aweather-view.h @@ -36,9 +36,9 @@ struct _AWeatherView { /* instance members */ gchar *time; - gboolean offline; gchar *site; gdouble location[3]; + gboolean offline; }; struct _AWeatherViewClass { @@ -55,16 +55,16 @@ AWeatherView *aweather_view_new(); void aweather_view_set_time(AWeatherView *view, const gchar *time); gchar *aweather_view_get_time(AWeatherView *view); -void aweather_view_set_offline(AWeatherView *view, gboolean offline); -gboolean aweather_view_get_offline(AWeatherView *view); - -void aweather_view_get_location(AWeatherView *view, gdouble *x, gdouble *y, gdouble *z); void aweather_view_set_location(AWeatherView *view, gdouble x, gdouble y, gdouble z); +void aweather_view_get_location(AWeatherView *view, gdouble *x, gdouble *y, gdouble *z); void aweather_view_pan (AWeatherView *view, gdouble x, gdouble y, gdouble z); void aweather_view_zoom (AWeatherView *view, gdouble scale); void aweather_view_refresh(AWeatherView *view); +void aweather_view_set_offline(AWeatherView *view, gboolean offline); +gboolean aweather_view_get_offline(AWeatherView *view); + /* To be deprecated, use {get,set}_location */ void aweather_view_set_site(AWeatherView *view, const gchar *site); gchar *aweather_view_get_site(AWeatherView *view);