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

« back to all changes in this revision

Viewing changes to RSSreader/src/applet-struct.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:
65
65
        gchar *cDate;
66
66
        } CDRssItem ;
67
67
 
 
68
typedef struct {
 
69
        gchar *cUrl;
 
70
        gchar *cUrlLogin;
 
71
        gchar *cUrlPassword;
 
72
        gchar *cTaskBridge;
 
73
        CairoDockModuleInstance *pApplet;
 
74
        } CDSharedMemory;
 
75
 
68
76
//\___________ structure containing the applet's data, like surfaces, dialogs, results of calculus, etc.
69
77
struct _AppletData {
70
78
        CairoDockTask *pTask;  // tache pour recuperer le flux.
71
 
        // shared memory.
72
 
        gchar *cTaskBridge;
73
 
        // end of shared memory.
74
79
        gboolean bUpdateIsManual;  // TRUE si l'utilisateur a force le refresh.
75
80
        
76
81
        GList *pItemList;  // une liste de CDRssItem.