X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-platform.h;h=6f2a54b93ec30a7f510d9c24f0d815b8eec9e63d;hp=8d5073992d2beebdfac23b5aeab7dea5b4c78935;hb=a8045c4764cc654d97c286614a13b0c4d30e3d60;hpb=4c4d6dd727f4af01e8458cdea93373d2e4a68529 diff --git a/src/modest-platform.h b/src/modest-platform.h index 8d50739..6f2a54b 100644 --- a/src/modest-platform.h +++ b/src/modest-platform.h @@ -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__ */