* set the folder name in instead of the folder-url for the search results
[modest] / src / modest-platform.h
index 2511e9d..0d6f41c 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <tny-device.h>
 #include "widgets/modest-window.h"
+#include "widgets/modest-folder-view.h"
 
 G_BEGIN_DECLS
 
@@ -123,7 +124,7 @@ GdkPixbuf* modest_platform_get_icon (const gchar *name);
 
 
 /**
- * modest_platform_get_application_name:
+ * modest_platform_get_app_name:
  *
  * this function returns the name of the application. Do not modify.
  */
@@ -233,6 +234,17 @@ void modest_platform_show_help (GtkWindow *parent_window,
  **/
 void modest_platform_show_search_messages (GtkWindow *parent_window);
 
+/**
+ * modest_platform_show_addressbook:
+ * @parent_window: window the dialog will be child of
+ *
+ * shows the addressbook
+ **/
+void modest_platform_show_addressbook (GtkWindow *parent_window);
+
+
+GtkWidget* modest_platform_create_folder_view (TnyFolderStoreQuery *query);
+
 G_END_DECLS
 
 #endif /* __MODEST_PLATFORM_UTILS_H__ */