Function
EDataCalCalBackendmail_account_is_valid
Declaration [src]
gboolean
e_cal_backend_mail_account_is_valid (
ESourceRegistry* registry,
const gchar* user,
gchar** name
)
Parameters
registry-
Type:
ESourceRegistryAn
ESourceRegistry.The data is owned by the caller of the function. user-
Type:
const gchar*User name for the account to check.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. name-
Type:
gchar**Placeholder for the account name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.