Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
Loading...
Searching...
No Matches
icalfileset_options Struct Reference

Options for opening an icalfileset. More...

#include <icalfileset.h>

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

◆ cluster

icalcluster* icalfileset_options::cluster

use this cluster to initialize data

Definition at line 114 of file icalfileset.h.

◆ flags

int icalfileset_options::flags

flags for open() O_RDONLY, etc

Definition at line 111 of file icalfileset.h.

◆ mode

int icalfileset_options::mode

file mode

Definition at line 112 of file icalfileset.h.

◆ safe_saves

int icalfileset_options::safe_saves

to lock or not

Definition at line 113 of file icalfileset.h.