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 | |
---|
16 | G_BEGIN_DECLS |
---|
17 | |
---|
18 | extern void gweather_dialog_create (GWeatherApplet *gw_applet); |
---|
19 | extern void gweather_dialog_open (GWeatherApplet *gw_applet); |
---|
20 | extern void gweather_dialog_close (GWeatherApplet *gw_applet); |
---|
21 | extern void gweather_dialog_display_toggle (GWeatherApplet *gw_applet); |
---|
22 | extern void gweather_dialog_update (GWeatherApplet *gw_applet); |
---|
23 | |
---|
24 | G_END_DECLS |
---|
25 | |
---|
26 | #endif /* __GWEATHER_DIALOG_H_ */ |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.