X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-account-mgr.h;h=9fc6e16b8a0870235cd9a22e5ff57d94f98c5fbe;hb=cc42e4f7bacf63f357ff1c59fb04e0748ad686e4;hp=6510cf33563a3775cad41a83a91e6fc8c7863f71;hpb=0638f028b32698761d1e064ad0c0c5283dc4f8b9;p=modest diff --git a/src/modest-account-mgr.h b/src/modest-account-mgr.h index 6510cf3..9fc6e16 100644 --- a/src/modest-account-mgr.h +++ b/src/modest-account-mgr.h @@ -58,18 +58,18 @@ struct _ModestAccountMgrClass { void (* account_removed) (ModestAccountMgr *obj, const gchar* account, - gboolean server_account, gpointer user_data); + void (* account_changed) (ModestAccountMgr *obj, const gchar* account, const GSList* key, gboolean server_account, gpointer user_data); + void (* account_busy_changed) (ModestAccountMgr *obj, const gchar* account, gboolean busy, - gpointer user_data); - + gpointer user_data); }; /** @@ -159,7 +159,6 @@ gboolean modest_account_mgr_add_server_account_uri (ModestAccountMgr *self, * modest_account_mgr_remove_account: * @self: a ModestAccountMgr instance * @name: the name of the account to remove - * @server_account: TRUE if the account to remove is a server account * @err: a #GError ptr, or NULL to ignore. * * remove an existing account. the account with @name should already exist; note @@ -170,9 +169,7 @@ gboolean modest_account_mgr_add_server_account_uri (ModestAccountMgr *self, * @err gives details in case of error */ gboolean modest_account_mgr_remove_account (ModestAccountMgr *self, - const gchar* name, - gboolean server_account); - + const gchar* name); /** * modest_account_mgr_account_names: