Top | ![]() |
![]() |
![]() |
![]() |
EAccount * | e_account_new () |
EAccount * | e_account_new_from_xml () |
gboolean | e_account_set_from_xml () |
void | e_account_import () |
gchar * | e_account_to_xml () |
gchar * | e_account_uid_from_xml () |
const gchar * | e_account_get_string () |
gint | e_account_get_int () |
gboolean | e_account_get_bool () |
void | e_account_set_string () |
void | e_account_set_int () |
void | e_account_set_bool () |
gboolean | e_account_writable () |
gboolean | e_account_writable_option () |
enum | e_account_item_t |
enum | e_account_access_t |
struct | EAccount |
EAccountIdentity | |
enum | EAccountReceiptPolicy |
EAccountService |
gboolean e_account_set_from_xml (EAccount *account
,const gchar *xml
);
Changes account
to match xml
.
void e_account_import (EAccount *dest
,EAccount *src
);
Import the settings from src
to dest
.
gchar *
e_account_uid_from_xml (const gchar *xml
);
the permanent UID of the account described by xml
(or NULL
if xml
could not be parsed or did not contain a uid).
The caller must free this string.
const gchar * e_account_get_string (EAccount *account
,e_account_item_t type
);
void e_account_set_string (EAccount *account
,e_account_item_t type
,const gchar *v_string
);
void e_account_set_bool (EAccount *account
,e_account_item_t type
,gboolean v_bool
);