From: Silvan Marco Fin Date: Tue, 16 May 2006 10:43:30 +0000 (+0000) Subject: modest_tny_account_store_get_accout_mgr() added to modest-tny-account-store.h X-Git-Tag: git_migration_finished~4783 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=6b39924eb8429cce9a95d4c35cd76fd1c998200a modest_tny_account_store_get_accout_mgr() added to modest-tny-account-store.h pmo-trunk-r66 --- diff --git a/src/modest-tny-account-store.h b/src/modest-tny-account-store.h index f553893..2bdc960 100644 --- a/src/modest-tny-account-store.h +++ b/src/modest-tny-account-store.h @@ -31,7 +31,7 @@ struct _ModestTnyAccountStore { struct _ModestTnyAccountStoreClass { //TnyAccountStoreClass parent_class; GObjectClass parent_class; - + void (*password_requested) (ModestTnyAccountStore *self, const gchar *account_name, gpointer user_data); @@ -59,6 +59,16 @@ GType modest_tny_account_store_get_type (void) G_GNUC_CONST; GObject* modest_tny_account_store_new (ModestAccountMgr *modest_acc_mgr); /** + * modest_tny_account_store_get_accout_mgr: + * @self: a TnyAccountStore instance + * + * retrieve the account manager associated with this account store. + * + * Returns: the account manager for self. + */ +ModestAccountMgr *modest_tny_account_store_get_accout_mgr(TnyAccountStore *self); + +/** * tny_account_store_get_session: * @self: a TnyAccountStore instance *