summaryrefslogtreecommitdiff
path: root/mateweather/mateweather-about.h
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-14 18:24:48 -0300
committerPerberos <[email protected]>2011-11-14 18:24:48 -0300
commit312ba610a1e98fc656fb58178227d7d45a64494e (patch)
tree54a3c2b6084c80e63fb0526c6e7b8e01627acbd7 /mateweather/mateweather-about.h
downloadmate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.bz2
mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.xz
initial
Diffstat (limited to 'mateweather/mateweather-about.h')
-rw-r--r--mateweather/mateweather-about.h27
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_ */
+