~jgonzalezdr/cairo-dock-plug-ins/suspend-workaround-applet_3.3

« back to all changes in this revision

Viewing changes to clock/src/applet-theme.h

  • Committer: Fabrice Rey
  • Date: 2013-05-19 17:26:37 UTC
  • Revision ID: fabounet03@gmail.com-20130519172637-cc4oyb5q3z0jd139
Here is quite a huge commit; it's "just" to update to the new core API

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "applet-struct.h"
27
27
 
28
28
 
29
 
void cd_clock_load_theme (CairoDockModuleInstance *myApplet);
30
 
 
31
 
void cd_clock_load_back_and_fore_ground (CairoDockModuleInstance *myApplet);
32
 
 
33
 
void cd_clock_load_textures (CairoDockModuleInstance *myApplet);
34
 
 
35
 
void cd_clock_clear_theme (CairoDockModuleInstance *myApplet, gboolean bClearAll);
 
29
void cd_clock_load_theme (GldiModuleInstance *myApplet);
 
30
 
 
31
void cd_clock_load_back_and_fore_ground (GldiModuleInstance *myApplet);
 
32
 
 
33
void cd_clock_load_textures (GldiModuleInstance *myApplet);
 
34
 
 
35
void cd_clock_clear_theme (GldiModuleInstance *myApplet, gboolean bClearAll);
36
36
 
37
37
 
38
38
#endif