source: trunk/third/gnome-applets/gweather/gweather-applet.h @ 20910

Revision 20910, 728 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20909, which included commits to RCS files with non-trunk default branches.
Line 
1#ifndef __GWEATHER_APPLET_H_
2#define __GWEATHER_APPLET_H_
3
4/* $Id: gweather-applet.h,v 1.1.1.2 2004-10-04 03:03:47 ghudson Exp $ */
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#include "weather.h"
17#include "gweather.h"
18
19G_BEGIN_DECLS
20
21extern void gweather_applet_create(GWeatherApplet *gw_applet);
22extern gint timeout_cb (gpointer data);
23extern void gweather_update (GWeatherApplet *applet);
24extern void gweather_info_load (const gchar *path, GWeatherApplet *applet);
25extern void gweather_info_save (const gchar *path, GWeatherApplet *applet);
26
27G_END_DECLS
28
29#endif /* __GWEATHER_APPLET_H_ */
30
Note: See TracBrowser for help on using the repository browser.