source: trunk/third/gnome-applets/gweather/gweather-dialog.h @ 18372

Revision 18372, 700 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18371, which included commits to RCS files with non-trunk default branches.
Line 
1#ifndef __GWEATHER_DIALOG_H_
2#define __GWEATHER_DIALOG_H_
3
4/* $Id: gweather-dialog.h,v 1.1.1.1 2003-01-04 21:17:27 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 status dialog
13 *
14 */
15
16G_BEGIN_DECLS
17
18extern void gweather_dialog_create (GWeatherApplet *gw_applet);
19extern void gweather_dialog_open (GWeatherApplet *gw_applet);
20extern void gweather_dialog_close (GWeatherApplet *gw_applet);
21extern void gweather_dialog_display_toggle (GWeatherApplet *gw_applet);
22extern void gweather_dialog_update (GWeatherApplet *gw_applet);
23
24G_END_DECLS
25
26#endif /* __GWEATHER_DIALOG_H_ */
27
Note: See TracBrowser for help on using the repository browser.