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

« back to all changes in this revision

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

  • Committer: Fabrice Rey
  • Date: 2011-04-09 22:08:29 UTC
  • Revision ID: fabounet03@gmail.com-20110409220829-lynmyk0ulhkxc9tg
RSSreader: prevent from blocking when reloading/stopping the applet

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
void cd_rssreader_upload_title_TASK (CairoDockModuleInstance *myApplet);
36
36
 
37
37
 
38
 
void cd_rssreader_upload_feeds_TASK (CairoDockModuleInstance *myApplet);
 
38
void cd_rssreader_launch_task (CairoDockModuleInstance *myApplet);
39
39
 
40
40
 
41
41
void cd_applet_draw_my_desklet (CairoDockModuleInstance *myApplet, int iWidth, int iHeight);