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-dialog.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 mateweather/src/mateweather-dialog.h (limited to 'mateweather/src/mateweather-dialog.h') diff --git a/mateweather/src/mateweather-dialog.h b/mateweather/src/mateweather-dialog.h new file mode 100644 index 00000000..0eaf0b50 --- /dev/null +++ b/mateweather/src/mateweather-dialog.h @@ -0,0 +1,34 @@ +#ifndef __MATEWEATHER_DIALOG_H_ +#define __MATEWEATHER_DIALOG_H_ + +/* $Id$ */ + +/* + * Papadimitriou Spiros + * + * This code released under the GNU GPL. + * Read the file COPYING for more information. + * + * Main status dialog + * + */ + +#include + +#define MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE + +#include "mateweather.h" + +G_BEGIN_DECLS + +#define MATEWEATHER_TYPE_DIALOG mateweather_dialog_get_type () +G_DECLARE_FINAL_TYPE (MateWeatherDialog, mateweather_dialog, + MATEWEATHER, DIALOG, GtkDialog) + +GtkWidget *mateweather_dialog_new (MateWeatherApplet *applet); +void mateweather_dialog_update (MateWeatherDialog *dialog); + +G_END_DECLS + +#endif /* __MATEWEATHER_DIALOG_H_ */ + -- cgit v1.2.1