X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-runtime.h;h=304739da28de550e916aad0d3d55c64091a52b19;hb=94945a4ee31acfc11dbd1aedf0514ca833c708ee;hp=7399e125483eda1d365426f65047846762414c9d;hpb=11a7e8bd60ce134adc068ecedefd64faa1dd7ddf;p=modest diff --git a/src/modest-runtime.h b/src/modest-runtime.h index 7399e12..304739d 100644 --- a/src/modest-runtime.h +++ b/src/modest-runtime.h @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include @@ -67,18 +68,6 @@ gboolean modest_runtime_init (void); /** - * modest_runtime_init_ui: - * @argc: the #argc argument to the main function - * @argv: the #argv argument to the main function - * - * initialize the modest UI; this replaces the call to - * gtk_init - * - * TRUE if this succeeded, FALSE otherwise. - */ -gboolean modest_runtime_init_ui (gint argc, gchar** argv); - -/** * modest_runtime_uinit: * * uninitialize the modest runtime system; free all the @@ -87,7 +76,6 @@ gboolean modest_runtime_init_ui (gint argc, gchar** argv); * TRUE if this succeeded, FALSE otherwise */ gboolean modest_runtime_uninit (void); - /** @@ -132,6 +120,15 @@ ModestConf* modest_runtime_get_conf (void); ModestAccountMgr* modest_runtime_get_account_mgr (void); /** + * modest_runtime_get_email_clipboard: + * + * get the #ModestEmailClipboard singleton instance + * + * Returns: the #ModestEamilClipboard singleton. This should NOT be unref'd. + **/ +ModestEmailClipboard* modest_runtime_get_email_clipboard (void); + +/** * modest_runtime_get_account_store: * * get the ModestTnyAccountStore singleton instance