X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-platform.h;h=ffcd61ab808a669de449cae019d47c2d9e828ab3;hp=2748f7b46d14e0a2fdc2647c485b2a4a21f9565b;hb=c5637dfb0beccca9e090c874336a387277433ab6;hpb=fc8e99317858ef896975d8899540d2ae39ea566b diff --git a/src/modest-platform.h b/src/modest-platform.h index 2748f7b..ffcd61a 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -30,9 +30,8 @@ #ifndef __MODEST_PLATFORM_H__ #define __MODEST_PLATFORM_H__ -#include -#include #include +#include "widgets/modest-window.h" G_BEGIN_DECLS @@ -111,6 +110,10 @@ GdkPixbuf* modest_platform_get_icon (const gchar *name); */ const gchar* modest_platform_get_app_name (void); + +gboolean modest_platform_run_new_folder_dialog (ModestWindow *parent_window, + TnyFolderStore *parent); + G_END_DECLS #endif /* __MODEST_PLATFORM_UTILS_H__ */