X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-platform.h;h=2511e9d4afad06579a7fe13df0baefb14c73e550;hp=8bea9e5fdebb60f94e27560dde53e4346e1d9197;hb=9d8de13bc46137931a2790969dcb1fb932c7bcc6;hpb=d6ea0a5d1f08adc2afe5f87499964d6de93d39c7 diff --git a/src/modest-platform.h b/src/modest-platform.h index 8bea9e5..2511e9d 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -95,12 +95,13 @@ gboolean modest_platform_activate_uri (const gchar *uri); /** * modest_platform_activate_file: * @path: the path to activate + * @mime_type: the mime type of the path, or %NULL to guess * * This function activates a file * * Returns: %TRUE if successful, %FALSE if not. **/ -gboolean modest_platform_activate_file (const gchar *path); +gboolean modest_platform_activate_file (const gchar *path, const gchar *mime_type); /** * modest_platform_show_uri_popup: @@ -211,6 +212,27 @@ gboolean modest_platform_set_update_interval (guint minutes); **/ GtkWidget* modest_platform_get_global_settings_dialog (void); +void modest_platform_on_new_msg (void); + + +/** + * modest_platform_show_help: + * @parent_window: + * @help_id: the help topic id to be shown in the help dialog + * + * shows the application help dialog + **/ +void modest_platform_show_help (GtkWindow *parent_window, + const gchar *help_id); + +/** + * modest_platform_show_search_messages: + * @parent_window: window the dialog will be child of + * + * shows the search messages dialog + **/ +void modest_platform_show_search_messages (GtkWindow *parent_window); + G_END_DECLS #endif /* __MODEST_PLATFORM_UTILS_H__ */