X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodest-account-mgr-priv.h;h=cc40a1d81ca3abd444d1fc5f157f5ec1a17dc7d1;hb=87596c5aa5517ac7ba37e50664a969fcaaea72f9;hp=7c1f0991bc297568644ff6fb3924cd76fdea8ef6;hpb=6ad0c7e0fbf8462c0a41c0a42bf34adbb127fe4e;p=modest 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), \