~cairo-dock-team/cairo-dock-plug-ins/experimental

« back to all changes in this revision

Viewing changes to mail/src/applet-config.h

  • Committer: tofe
  • Date: 2008-03-15 10:37:45 UTC
  • Revision ID: svn-v4:620951bb-bb42-0410-82c3-830e739ed170:trunk/plug-ins:644
nouvelle applet mail, basée sur le plugin xfce mailwatch. Pour l'instant, ne gère pas la suppresion de compte mail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __APPLET_CONFIG__
 
3
#define  __APPLET_CONFIG__
 
4
 
 
5
#include <cairo-dock.h>
 
6
 
 
7
 
 
8
CD_APPLET_CONFIG_H
 
9
 
 
10
 
 
11
void reset_config (void);
 
12
 
 
13
void reset_data (void);
 
14
 
 
15
 
 
16
#endif