File: mateweather-about.h

package info (click to toggle)
mate-applets 1.8.0%2Bdfsg1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 11,952 kB
  • sloc: ansic: 21,842; python: 1,503; makefile: 1,227; xml: 65; sh: 20
file content (27 lines) | stat: -rw-r--r-- 447 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
#ifndef __MATEWEATHER_ABOUT_H_
#define __MATEWEATHER_ABOUT_H_

/* $Id$ */

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

#define MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE

#include "mateweather.h"

G_BEGIN_DECLS

extern void mateweather_about_run (MateWeatherApplet *gw_applet);

G_END_DECLS

#endif /* __MATEWEATHER_ABOUT_H_ */