2007-08-04 Johannes Schmid <johannes.schmid@openismus.com>
[modest] / src / gnome / modest-platform.c
index c92d1da..afe8f66 100644 (file)
@@ -37,7 +37,7 @@
 #include "gnome/modest-gnome-global-settings-dialog.h"
 
 gboolean
-modest_platform_init (void)
+modest_platform_init (int argc, char *argv[])
 {      
        return TRUE; /* nothing to do */
 }
@@ -183,7 +183,14 @@ modest_platform_run_information_dialog (GtkWindow *parent_window,
        /* TODO: implement a information dialog */
 }
 
-gboolean modest_platform_connect_and_wait (GtkWindow *parent_window)
+gboolean modest_platform_connect_and_wait (GtkWindow *parent_window, TnyAccount *account)
+{
+       /* TODO: Do something with network-manager? 
+          Otherwise, maybe it is safe to assume that we would already be online if we could be. */
+       return TRUE;
+}
+
+gboolean modest_platform_connect_and_wait_if_network_account (GtkWindow *parent_window, TnyAccount *account)
 {
        /* TODO: Do something with network-manager? 
           Otherwise, maybe it is safe to assume that we would already be online if we could be. */