~ubuntu-branches/ubuntu/vivid/cairo-dock-plug-ins/vivid

« back to all changes in this revision

Viewing changes to Doncky/src/applet-draw.h

  • Committer: Matthieu Baerts
  • Date: 2013-08-27 14:46:47 UTC
  • mto: (53.1.4 cairo-dock-plug-ins)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: matttbe@gmail.com-20130827144647-wm0kyawa8vcg0cso
Tags: upstream-3.2.99.beta1.1~20130827~bzr2928
ImportĀ upstreamĀ versionĀ 3.2.99.beta1.1~20130827~bzr2928

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
void rtrim( gchar* str, const gchar* t );
29
29
gchar *g_str_replace (gchar *cString, const gchar cWord, const gchar cReplace);
30
30
void cd_doncky_get_color_from_xml (gchar *cNodeContent, double *fColor);
31
 
void cd_doncky_export_color_to_conf (double *fColor, const gchar *cGroupName, const gchar *cParam, CairoDockModuleInstance *myApplet);
 
31
void cd_doncky_export_color_to_conf (double *fColor, const gchar *cGroupName, const gchar *cParam, GldiModuleInstance *myApplet);
32
32
// gchar *g_str_position (const gchar *cString, const int iPosition, const char cSeparator);
33
 
double _Ko_to_Mo (CairoDockModuleInstance *myApplet , double fValueInKo);
34
 
double _Ko_to_Go (CairoDockModuleInstance *myApplet , double fValueInKo);
35
 
 
36
 
void cd_launch_command (CairoDockModuleInstance *myApplet);
37
 
 
38
 
gboolean cd_retrieve_command_result (CairoDockModuleInstance *myApplet);
39
 
 
40
 
 
41
 
void cd_applet_draw_my_desklet (CairoDockModuleInstance *myApplet, int iWidth, int iHeight);
42
 
 
43
 
void cd_applet_update_my_icon (CairoDockModuleInstance *myApplet);
 
33
double _Ko_to_Mo (GldiModuleInstance *myApplet , double fValueInKo);
 
34
double _Ko_to_Go (GldiModuleInstance *myApplet , double fValueInKo);
 
35
 
 
36
void cd_launch_command (GldiModuleInstance *myApplet);
 
37
 
 
38
gboolean cd_retrieve_command_result (GldiModuleInstance *myApplet);
 
39
 
 
40
 
 
41
void cd_applet_draw_my_desklet (GldiModuleInstance *myApplet, int iWidth, int iHeight);
 
42
 
 
43
void cd_applet_update_my_icon (GldiModuleInstance *myApplet);
44
44
 
45
45
 
46
46
#endif