New function modest_platform_information_banner_with_timeout()
[modest] / src / gnome / modest-platform.c
index 368e076..a38b5c5 100644 (file)
@@ -344,6 +344,15 @@ modest_platform_information_banner (GtkWidget *widget,
        g_message ("NOT IMPLEMENTED");;
 }
 
+void
+modest_platform_information_banner_with_timeout (GtkWidget *widget,
+                                                const gchar *icon_name,
+                                                const gchar *text,
+                                                gint timeout)
+{
+       g_message ("NOT IMPLEMENTED");;
+}
+
 GtkWidget *
 modest_platform_animation_banner (GtkWidget *widget,
                                  const gchar *icon_name,