Method
EDataCalCalBackendcreate_cache_filename
since: 3.4
Declaration [src]
gchar*
e_cal_backend_create_cache_filename (
ECalBackend* backend,
const gchar* uid,
const gchar* filename,
gint fileindex
)
Parameters
uid-
Type:
const gchar*A component UID.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. filename-
Type:
const gchar*A filename to use; can be
NULL.The argument can be NULL.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. fileindex-
Type:
gintIndex of a file; used only when
filenameisNULL.