X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-account-store.h;h=1ed6d50bb08825ab204c8515fa17dbb1e7266d00;hb=df8e6ed5cab2050976ab78e14f5a03f9b8f7754a;hp=d90111a23ce241f9ed271e44a5e4803f881a2aba;hpb=2290a841d02ff9980feb86a96c2ac341b4dd0511;p=modest diff --git a/src/modest-tny-account-store.h b/src/modest-tny-account-store.h index d90111a..1ed6d50 100644 --- a/src/modest-tny-account-store.h +++ b/src/modest-tny-account-store.h @@ -41,6 +41,7 @@ #include #include #include +#include /* other include files */ @@ -233,6 +234,19 @@ TnyTransportAccount * modest_tny_account_store_get_transport_account_from_outbox TnyTransportAccount * modest_tny_account_store_new_connection_specific_transport_account (ModestTnyAccountStore *self, const gchar *name); +/** + * modest_tny_account_store_show_account_settings_dialog: + * @self: a #ModestTnyAccountStore + * @account_name: a string + * + * obtains (if already created) or creates (and shows) the settings dialog for + * @account_name + * + * Returns: a #ModesAccountSettingsDialog + */ +GtkWidget *modest_tny_account_store_show_account_settings_dialog (ModestTnyAccountStore *self, + const gchar *account_name); + G_END_DECLS #endif /* __MODEST_TNY_ACCOUNT_STORE_H__ */