X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-platform.h;h=c196d28a57ef098230bf8275625ae6c10801a1b1;hb=2a6e3e308c8d806d105f995de43a9cbd2bfdd644;hp=92b93a662cf7d7efd237cd0b94460d0b9227c93b;hpb=4b665147693d48ea2cc8c4eb5c2fe966c8491415;p=modest diff --git a/src/modest-platform.h b/src/modest-platform.h index 92b93a6..c196d28 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -502,7 +502,7 @@ GtkWidget *modest_platform_get_account_settings_dialog (ModestAccountSettings *s * * Returns: the newly created dialog. */ -GtkWidget *modest_platform_get_account_settings_wizard (); +GtkWidget *modest_platform_get_account_settings_wizard (void); ModestConnectedVia modest_platform_get_current_connection (void); @@ -511,14 +511,15 @@ ModestConnectedVia modest_platform_get_current_connection (void); /** * modest_platform_check_memory_low: - * @showui: show a warning dialog + * + * @win: a ModestWindow, or NULL * * see if memory is too low for big memory consuming operations - * optionally show a warning dialog + * optionally show a warning dialog if @win was provided * * Returns: TRUE if we're in lowmem state, FALSE otherwise */ -gboolean modest_platform_check_memory_low (gboolean showui); +gboolean modest_platform_check_memory_low (ModestWindow *win); G_END_DECLS