![]() |
![]() |
![]() |
Evolution Shell Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <e-util/e-account-utils.h> EAccountList * e_get_account_list (void
); EAccount * e_get_default_account (void
); void e_set_default_account (EAccount *account
); EAccount * e_get_account_by_name (const gchar *name
); EAccount * e_get_account_by_uid (const gchar *uid
);
EAccountList * e_get_account_list (void
);
Returns the global EAccountList.
Returns : |
the global EAccountList |
EAccount * e_get_default_account (void
);
Returns the EAccount marked as the default mail account.
Returns : |
the default EAccount |
void e_set_default_account (EAccount *account
);
Marks account
as the default mail account.
|
an EAccount |
EAccount * e_get_account_by_name (const gchar *name
);
Returns the EAccount with the given name, or NULL
if no such
account exists.
|
a mail account name |
Returns : |
an EAccount having the given account name, or NULL
|