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

« back to all changes in this revision

Viewing changes to gnome-integration/src/applet-init.h

  • Committer: fabounet
  • Date: 2008-04-21 21:15:55 UTC
  • Revision ID: svn-v4:620951bb-bb42-0410-82c3-830e739ed170:trunk/plug-ins:862
gnome-integration devient 'old'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef __GNOME_INTEGRATION_INIT__
3
 
#define  __GNOME_INTEGRATION_INIT__
4
 
 
5
 
 
6
 
#include <cairo-dock.h>
7
 
 
8
 
 
9
 
CD_APPLET_H
10
 
 
11
 
 
12
 
typedef struct {
13
 
        gint no_config_yet;
14
 
} AppletConfig;
15
 
 
16
 
typedef struct {
17
 
        gint no_data_yet;
18
 
} AppletData;
19
 
 
20
 
 
21
 
#endif