| Reference Manual of the tinymail framework | ||||
|---|---|---|---|---|
TnyAccountStoreView;
TnyAccountStoreViewIface;
void tny_account_store_view_set_account_store
(TnyAccountStoreView *self,
TnyAccountStore *account_store);
typedef struct {
GTypeInterface parent;
void (*set_account_store_func) (TnyAccountStoreView *self, TnyAccountStore *account_store);
} TnyAccountStoreViewIface;
void tny_account_store_view_set_account_store
(TnyAccountStoreView *self,
TnyAccountStore *account_store);
Set the account store of the view.
Implementors: This should let self display account_store.
self : |
A TnyAccountStoreView instance |
account_store : |
A TnyAccountStore instace |