From 1f964c265a0f45c064d312dcd51f985e877cbc55 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 2 Dec 2020 10:19:16 +0100 Subject: mateweather: Use common subdirs - src, data --- mateweather/src/mateweather-applet.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 mateweather/src/mateweather-applet.h (limited to 'mateweather/src/mateweather-applet.h') diff --git a/mateweather/src/mateweather-applet.h b/mateweather/src/mateweather-applet.h new file mode 100644 index 00000000..eef4f8bb --- /dev/null +++ b/mateweather/src/mateweather-applet.h @@ -0,0 +1,30 @@ +#ifndef __MATEWEATHER_APPLET_H_ +#define __MATEWEATHER_APPLET_H_ + +/* $Id$ */ + +/* + * Papadimitriou Spiros + * + * This code released under the GNU GPL. + * Read the file COPYING for more information. + * + * Main applet widget + * + */ + +#define MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE + +#include "mateweather.h" + +G_BEGIN_DECLS + +extern void mateweather_applet_create(MateWeatherApplet *gw_applet); +extern gint timeout_cb (gpointer data); +extern gint suncalc_timeout_cb (gpointer data); +extern void mateweather_update (MateWeatherApplet *applet); + +G_END_DECLS + +#endif /* __MATEWEATHER_APPLET_H_ */ + -- cgit v1.2.1