X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-account-mgr-priv.h;h=eb518d16e1b076b0891ebe0e2952beb80dfb1079;hb=c2277fc818b1ba47308bce8b77c6af31c5764f90;hp=7c1f0991bc297568644ff6fb3924cd76fdea8ef6;hpb=6ad0c7e0fbf8462c0a41c0a42bf34adbb127fe4e;p=modest diff --git a/src/modest-account-mgr-priv.h b/src/modest-account-mgr-priv.h index 7c1f099..eb518d1 100644 --- a/src/modest-account-mgr-priv.h +++ b/src/modest-account-mgr-priv.h @@ -49,6 +49,11 @@ 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; }; #define MODEST_ACCOUNT_MGR_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE((o), \