X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-account-view.h;h=2fb59507b0136ddafa3e25e2715279ff59d7d9dc;hp=aa16dd2d9958f2e8e26f11fd095675a6350353ae;hb=33b5d84fbaaf8dd4eafe4176dba08213c046463f;hpb=fc9e22262b3ec375140b1cdf954b4660f03b9e36 diff --git a/src/widgets/modest-account-view.h b/src/widgets/modest-account-view.h index aa16dd2..2fb5950 100644 --- a/src/widgets/modest-account-view.h +++ b/src/widgets/modest-account-view.h @@ -87,6 +87,18 @@ ModestAccountView* modest_account_view_new (ModestAccountMgr *account_ **/ gchar* modest_account_view_get_selected_account (ModestAccountView *account_view); +/** + * modest_account_view_set_selected_account: + * @account_view: a #ModestAccountView + * @account_name: The name of the account to select. + * + * Sets the currently selected account. + **/ +/* Not used outside: +void modest_account_view_select_account (ModestAccountView *account_view, + const gchar* account_name); +*/ + G_END_DECLS #endif /* __MODEST_ACCOUNT_VIEW_H__ */