X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-platform.h;h=90980843b5c6f3756b6d31b924de93ee3e3dd5ee;hb=559195a910df17bb5ba5f33c01e9d7e1dd933503;hp=c196d28a57ef098230bf8275625ae6c10801a1b1;hpb=ee164abb5dd142b2fc0d39b23fa6071edc927e26;p=modest diff --git a/src/modest-platform.h b/src/modest-platform.h index c196d28..9098084 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -513,13 +513,15 @@ ModestConnectedVia modest_platform_get_current_connection (void); * modest_platform_check_memory_low: * * @win: a ModestWindow, or NULL + * @visuals: whether or not show visual information * * see if memory is too low for big memory consuming operations * 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 (ModestWindow *win); +gboolean modest_platform_check_memory_low (ModestWindow *win, + gboolean visuals); G_END_DECLS