X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-runtime.h;h=dbe2460c37a3f61d0b6fac96f9102a90788016d3;hb=0f91d2dfa5fb7690fe54a5589c76c6b2978aed9c;hp=d84b43cb1eecb9d8bd697cda7eb87d53467a02fb;hpb=bf831b6566516e6b57de7a64afb732eb8686e792;p=modest diff --git a/src/modest-runtime.h b/src/modest-runtime.h index d84b43c..dbe2460 100644 --- a/src/modest-runtime.h +++ b/src/modest-runtime.h @@ -39,6 +39,7 @@ #include #include #include +#include #include #include "widgets/modest-window-mgr.h" @@ -68,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 @@ -88,7 +77,6 @@ gboolean modest_runtime_init_ui (gint argc, gchar** argv); * TRUE if this succeeded, FALSE otherwise */ gboolean modest_runtime_uninit (void); - /**