X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-platform.h;h=3a88865b13b635c70fa535cf8e102fb7eabc1d01;hp=454713a629b7053ca190fdf9a97ef7e7fdafd8c4;hb=564a7388a2f74368147b0a241ca4a0b65c68167f;hpb=36c5b9c497b9774e19ade127c059d505944bcb7f diff --git a/src/modest-platform.h b/src/modest-platform.h index 454713a..3a88865 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -498,6 +498,27 @@ gboolean modest_platform_check_memory_low (ModestWindow *win, gboolean visuals); +/** + * modest_platform_run_folder_details_dialog: + * @parent_window: the parent #GtkWindow for the new dialog + * @folder: the #TnyFolder whose details will be shown + * + * Shows the folder details dialog + **/ +void modest_platform_run_folder_details_dialog (GtkWindow *parent_window, + TnyFolder *folder); + +/** + * modest_platform_run_header_details_dialog: + * @parent_window: the parent #GtkWindow for the new dialog + * @header: the #TnyHeader whose details will be shown + * + * Shows the header details dialog + **/ +void modest_platform_run_header_details_dialog (GtkWindow *parent_window, + TnyHeader *header); + + G_END_DECLS #endif /* __MODEST_PLATFORM_UTILS_H__ */