X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-security-options-view.h;h=fbd63e71492328dcb987dfb61bff6006f177fea3;hb=e2769fe7a2bfef7080c538f3f98f6fd5520f45ac;hp=1fc7121369a712d0f6450f8399d740c1c5291ee0;hpb=627c4af6ac85444cc3256fa568baf4a8d62178ae;p=modest diff --git a/src/widgets/modest-security-options-view.h b/src/widgets/modest-security-options-view.h index 1fc7121..fbd63e7 100644 --- a/src/widgets/modest-security-options-view.h +++ b/src/widgets/modest-security-options-view.h @@ -84,6 +84,8 @@ void modest_security_options_view_save_settings (ModestSecurityOptionsView* self void modest_security_options_view_set_server_type (ModestSecurityOptionsView* self, ModestProtocolType server_type); +ModestProtocolType modest_security_options_view_get_connection_protocol (ModestSecurityOptionsView *self); + gboolean modest_security_options_view_changed (ModestSecurityOptionsView* self, ModestAccountSettings *settings); @@ -104,6 +106,9 @@ void modest_security_options_view_enable_changes (ModestSecurityOptionsView* sel **/ gboolean modest_security_options_view_auth_check (ModestSecurityOptionsView* self); +gboolean modest_security_options_view_has_missing_mandatory_data (ModestSecurityOptionsView* self); + + G_END_DECLS #endif /* __MODEST_SECURITY_OPTIONS_VIEW_H__ */