$darkmode
Libical API Documentation 4.0 STABLE VERSION Visit the v3.0 documentation
icalfileset_options Struct Reference

Options for opening an icalfileset. More...

Data Fields

icalcluster * cluster
 
int flags
 
int mode
 
int safe_saves
 

Detailed Description

Options for opening an icalfileset.

These options should be passed to the icalset_new() function

Definition at line 110 of file icalfileset.h.

Field Documentation

icalcluster* icalfileset_options::cluster

use this cluster to initialize data

Definition at line 114 of file icalfileset.h.

int icalfileset_options::flags

flags for open() O_RDONLY, etc

Definition at line 111 of file icalfileset.h.

int icalfileset_options::mode

file mode

Definition at line 112 of file icalfileset.h.

int icalfileset_options::safe_saves

to lock or not

Definition at line 113 of file icalfileset.h.