![]() |
![]() |
![]() |
Reference Manual of the tinymail framework | ![]() |
---|---|---|---|---|
TnyAccountStoreView; TnyAccountStoreViewIface; void tny_account_store_view_set_account_store (TnyAccountStoreView *self, TnyAccountStore *account_store);
typedef struct _TnyAccountStoreView TnyAccountStoreView;
A view for a TnyAccountStore
free-function: g_object_unref
typedef struct { GTypeInterface parent; void (*set_account_store) (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.
self : |
A TnyAccountStoreView |
account_store : |
A TnyAccountStore |
Since 1.0 audience: application-developer, type-implementer