* Changes on xfer_folder async mail operation to add two new
[modest] / src / modest-platform.h
index 8d50739..6f2a54b 100644 (file)
@@ -51,8 +51,8 @@ typedef enum _ModestSortDialogType {
  * 
  * Returns: TRUE if succeeded, FALSE otherwise
  */
-gboolean modest_platform_init (void);
-
+gboolean modest_platform_init (int argc, char *argv[]);
+       
 
 /**
  * modest_platform_get_new_device:
@@ -266,6 +266,11 @@ void modest_platform_information_banner (GtkWidget *widget,
                                         const gchar *icon_name,
                                         const gchar *text);
 
+GtkWidget *
+modest_platform_animation_banner (GtkWidget *parent,
+                                 const gchar *annimation_name,
+                                 const gchar *text);
+
 G_END_DECLS
 
 #endif /* __MODEST_PLATFORM_UTILS_H__ */