]> Pileus Git - aweather/blobdiff - src/aweather-view.h
* Road plan (HACKING)
[aweather] / src / aweather-view.h
index 9d3ee8d162bce5ad10fecd1744625285f897a641..eed4bad7c82cc0fd9217564f63d232695d320bf9 100644 (file)
@@ -55,4 +55,8 @@ gchar *aweather_view_get_time(AWeatherView *view);
 void aweather_view_set_location(AWeatherView *view, const gchar *location);
 gchar *aweather_view_get_location(AWeatherView *view);
 
+void aweather_view_refresh(AWeatherView *view);
+void aweather_view_zoomin(AWeatherView *view);
+void aweather_view_zoomout(AWeatherView *view);
+
 #endif