X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-account-mgr-priv.h;h=cc40a1d81ca3abd444d1fc5f157f5ec1a17dc7d1;hp=7c1f0991bc297568644ff6fb3924cd76fdea8ef6;hb=26a294f695ecdce260e36a11434ddcf2c7f43b9c;hpb=6ad0c7e0fbf8462c0a41c0a42bf34adbb127fe4e diff --git a/src/modest-account-mgr-priv.h b/src/modest-account-mgr-priv.h index 7c1f099..cc40a1d 100644 --- a/src/modest-account-mgr-priv.h +++ b/src/modest-account-mgr-priv.h @@ -49,6 +49,12 @@ gchar * _modest_account_mgr_get_account_keyname (const gchar *account_name, cons typedef struct _ModestAccountMgrPrivate ModestAccountMgrPrivate; struct _ModestAccountMgrPrivate { ModestConf *modest_conf; + + /* We store these as they change, and send notifications every X seconds: */ + GSList *changed_conf_keys; + guint timeout; + gulong key_changed_handler_uid; + GSList* busy_accounts; }; #define MODEST_ACCOUNT_MGR_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE((o), \