X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-account-view.h;h=2fb59507b0136ddafa3e25e2715279ff59d7d9dc;hp=94e314fd6f75c9eb761eb6262b1133d9b24c943a;hb=33b5d84fbaaf8dd4eafe4176dba08213c046463f;hpb=b7ddf68065ddddb01a3fc97f9b7592610ef25efe diff --git a/src/widgets/modest-account-view.h b/src/widgets/modest-account-view.h index 94e314f..2fb5950 100644 --- a/src/widgets/modest-account-view.h +++ b/src/widgets/modest-account-view.h @@ -94,27 +94,10 @@ gchar* modest_account_view_get_selected_account (ModestAccountView *account * * Sets the currently selected account. **/ +/* Not used outside: void modest_account_view_select_account (ModestAccountView *account_view, const gchar* account_name); - -/** - * modest_account_view_block_conf_updates - * @account_view: a #ModestAccountView - * - * Stops the widget from updating in response to configuration key changes. - * This can be a useful optimization when making many configuration changes. - **/ -void modest_account_view_block_conf_updates (ModestAccountView *account_view); - -/** - * modest_account_view_unblock_conf_updates - * @account_view: a #ModestAccountView - * - * Allows the widget tp update again in response to configuration key changes. - * When this is called it will cause the widget to immediately update its view from the - * configuration data. - **/ -void modest_account_view_unblock_conf_updates (ModestAccountView *account_view); +*/ G_END_DECLS