1 #ifndef __MATEWEATHER_APPLET_H_
2 #define __MATEWEATHER_APPLET_H_
3 
4 /* $Id$ */
5 
6 /*
7  *  Papadimitriou Spiros <spapadim+@cs.cmu.edu>
8  *
9  *  This code released under the GNU GPL.
10  *  Read the file COPYING for more information.
11  *
12  *  Main applet widget
13  *
14  */
15 
16 #define MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE
17 
18 #include "mateweather.h"
19 
20 G_BEGIN_DECLS
21 
22 extern void mateweather_applet_create(MateWeatherApplet *gw_applet);
23 extern gint timeout_cb (gpointer data);
24 extern gint suncalc_timeout_cb (gpointer data);
25 extern void mateweather_update (MateWeatherApplet *applet);
26 
27 G_END_DECLS
28 
29 #endif /* __MATEWEATHER_APPLET_H_ */
30 
31