File: mateweather-applet.h

package info (click to toggle)
mate-applets 1.8.1%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,964 kB
  • ctags: 2,090
  • sloc: ansic: 21,842; python: 1,503; makefile: 1,233; xml: 65; sh: 20
file content (30 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#ifndef __MATEWEATHER_APPLET_H_
#define __MATEWEATHER_APPLET_H_

/* $Id$ */

/*
 *  Papadimitriou Spiros <spapadim+@cs.cmu.edu>
 *
 *  This code released under the GNU GPL.
 *  Read the file COPYING for more information.
 *
 *  Main applet widget
 *
 */

#define MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE

#include "mateweather.h"

G_BEGIN_DECLS

extern void mateweather_applet_create(MateWeatherApplet *gw_applet);
extern gint timeout_cb (gpointer data);
extern gint suncalc_timeout_cb (gpointer data);
extern void mateweather_update (MateWeatherApplet *applet);

G_END_DECLS

#endif /* __MATEWEATHER_APPLET_H_ */