~ubuntu-branches/ubuntu/oneiric/cairo-dock-plug-ins/oneiric-updates

« back to all changes in this revision

Viewing changes to Disks/src/applet-struct.h

  • Committer: Kees Cook
  • Date: 2011-08-11 23:17:39 UTC
  • mfrom: (20.1.1 cairo-dock-plug-ins)
  • Revision ID: kees@outflux.net-20110811231739-cteedan51tmdg77v
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        gchar **cDisks;
67
67
        gsize iNumberDisks;
68
68
        
 
69
        gchar **cParts;
 
70
        gsize iNumberParts;
 
71
        
69
72
        gchar *cSystemMonitorCommand;
70
73
} ;
71
74
 
74
77
        // shared memory
75
78
        gsize iNumberDisks;
76
79
        GList *lDisks;
 
80
        GList *lParts;
77
81
        
78
82
        // end of shared memory
79
83
        CairoDockTask *pPeriodicTask;