X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-platform.h;h=c1bdd1458be2e5260453b63c4b774eb5a5a019a9;hp=3b321b316fa5cefd9fa766ae08428270e722e3fc;hb=99e438caf4679a1daf2060f73fb5a97408fca388;hpb=e6e3a7f147bca7c03f0cc4964b6ad141049bb1d5 diff --git a/src/modest-platform.h b/src/modest-platform.h index 3b321b3..c1bdd14 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -215,13 +215,15 @@ void modest_platform_run_sort_dialog (GtkWindow *parent_window, /* * modest_platform_connect_and_wait: * @parent_window: the parent #GtkWindow for any interactive or progress feedback UI. + * @account: The account to be used. * @return value: Whether a connection was made. * * Attempts to make a connection, possibly showing interactive UI to achieve this. * This will return TRUE immediately if a connection is already open. * Otherwise, this function blocks until the connection attempt has either succeded or failed. + * This also sets the account to online, if it is a store account, in case it has been set to offline mode. */ -gboolean modest_platform_connect_and_wait (GtkWindow *parent_window); +gboolean modest_platform_connect_and_wait (GtkWindow *parent_window, TnyAccount *account); /*