X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-account-mgr.h;h=acbef4abb89ab8f64edb736d902ca5365be6948c;hb=cbba29e84f38d12a1f2bd67acbf788a8bdc8e2e3;hp=b992f8245f620a0da746b21158a74aa13bdaf134;hpb=886e3dc74b551f9d9f0b3e8f2c12f864d0265a77;p=modest diff --git a/src/modest-account-mgr.h b/src/modest-account-mgr.h index b992f82..acbef4a 100644 --- a/src/modest-account-mgr.h +++ b/src/modest-account-mgr.h @@ -56,20 +56,22 @@ struct _ModestAccountMgr { struct _ModestAccountMgrClass { GObjectClass parent_class; - void (* account_removed) (ModestAccountMgr *obj, + void (* account_inserted) (ModestAccountMgr *obj, const gchar* account, - gboolean server_account, gpointer user_data); - void (* account_changed) (ModestAccountMgr *obj, + + void (* account_removed) (ModestAccountMgr *obj, const gchar* account, - const GSList* key, - gboolean server_account, gpointer user_data); - void (* account_busy_changed) (ModestAccountMgr *obj, + + void (* account_changed) (ModestAccountMgr *obj, const gchar* account, - gboolean busy, gpointer user_data); - + + void (* account_busy_changed) (ModestAccountMgr *obj, + const gchar* account, + gboolean busy, + gpointer user_data); }; /** @@ -159,7 +161,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 +171,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: