diff options
Diffstat (limited to 'mateweather/mateweather-about.h')
-rw-r--r-- | mateweather/mateweather-about.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mateweather/mateweather-about.h b/mateweather/mateweather-about.h new file mode 100644 index 00000000..6d5bed01 --- /dev/null +++ b/mateweather/mateweather-about.h @@ -0,0 +1,27 @@ +#ifndef __MATEWEATHER_ABOUT_H_ +#define __MATEWEATHER_ABOUT_H_ + +/* $Id$ */ + +/* + * Papadimitriou Spiros <[email protected]> + * + * This code released under the GNU GPL. + * Read the file COPYING for more information. + * + * About box + * + */ + +#define MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE + +#include "mateweather.h" + +G_BEGIN_DECLS + +extern void mateweather_about_run (MateWeatherApplet *gw_applet); + +G_END_DECLS + +#endif /* __MATEWEATHER_ABOUT_H_ */ + |