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