Function
EDataCalCalBackendmail_account_get_default
Declaration [src]
gboolean
e_cal_backend_mail_account_get_default (
ESourceRegistry* registry,
gchar** address,
gchar** name
)
Parameters
registry-
Type:
ESourceRegistryAn
ESourceRegistry.The data is owned by the caller of the function. address-
Type:
gchar**Placeholder for default address.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. name-
Type:
gchar**Placeholder for name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.