X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-runtime.h;h=dbe2460c37a3f61d0b6fac96f9102a90788016d3;hp=7399e125483eda1d365426f65047846762414c9d;hb=b3e33b42465084b4e1cf2dbf90302bd1b43d05ad;hpb=11a7e8bd60ce134adc068ecedefd64faa1dd7ddf diff --git a/src/modest-runtime.h b/src/modest-runtime.h index 7399e12..dbe2460 100644 --- a/src/modest-runtime.h +++ b/src/modest-runtime.h @@ -35,9 +35,11 @@ #include #include #include +#include #include #include #include +#include #include #include "widgets/modest-window-mgr.h" @@ -67,18 +69,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 +77,6 @@ gboolean modest_runtime_init_ui (gint argc, gchar** argv); * TRUE if this succeeded, FALSE otherwise */ gboolean modest_runtime_uninit (void); - /** @@ -132,6 +121,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