X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-singletons.h;h=1c40a50e1e705179787c93b00f5c1c08b912773b;hb=94945a4ee31acfc11dbd1aedf0514ca833c708ee;hp=2e5d1fa3acb5268d1e58ae083d17fb046a8d5c6b;hpb=7b9c42bc690092373ab9e35d4848fc85635dd100;p=modest 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: