X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-accounts-window.h;h=f0af61c7b478311db33b4594266ebeee4137072f;hb=b6a10ef199d3491e6471926d21d56e51352515e2;hp=476c0d8ccb92786cc4745517d36261c08e407297;hpb=2fecd5ccacee95e350f170f9493af2cf8223ef62;p=modest diff --git a/src/hildon2/modest-accounts-window.h b/src/hildon2/modest-accounts-window.h index 476c0d8..f0af61c 100644 --- a/src/hildon2/modest-accounts-window.h +++ b/src/hildon2/modest-accounts-window.h @@ -83,6 +83,15 @@ ModestWindow* modest_accounts_window_new (); */ ModestAccountView *modest_accounts_window_get_account_view (ModestAccountsWindow *self); +/** + * modest_accounts_window_pre_create: + * + * Creates an instance of #ModestAccountsWindow that will be used in the next call + * to modest_accounts_window_new (). Should be called in the initialisation process + * + */ +void modest_accounts_window_pre_create (void); + G_END_DECLS #endif