X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-singletons.h;h=bc3c8a931056fff33161f9df7acffdb29c4c5122;hp=2e5d1fa3acb5268d1e58ae083d17fb046a8d5c6b;hb=6255ab89afea92ce0b2e911b4cbdd49c070ad890;hpb=7b9c42bc690092373ab9e35d4848fc85635dd100 diff --git a/src/modest-singletons.h b/src/modest-singletons.h index 2e5d1fa..bc3c8a9 100644 --- a/src/modest-singletons.h +++ b/src/modest-singletons.h @@ -34,8 +34,8 @@ #include #include +#include #include -#include #include #include #include @@ -111,18 +111,18 @@ ModestConf* modest_singletons_get_conf (ModestSingletons **/ ModestAccountMgr* modest_singletons_get_account_mgr (ModestSingletons *self); - /** - * modest_singletons_get_account_store: + * modest_singletons_get_account_mgr: * @self: a valid #ModestSingletons instance * - * get the #ModestTnyAccountStore singleton instance + * get the #ModestEamilClipboard singleton instance * don't use this function directly, use the modest-runtime * functions instead. - * - * Returns: the #ModestTnyAccountStore singleton + * + * Returns: the #ModestEmailClipboard singleton **/ -ModestTnyAccountStore* modest_singletons_get_account_store (ModestSingletons *self); +ModestEmailClipboard* modest_singletons_get_email_clipboard (ModestSingletons *self); + /** * modest_singletons_get_cache_mgr: