121 unsigned int flags_num;
137 const unsigned int event_num,
char * fsw_get_event_flag_name(const enum fsw_event_flag flag)
Get the name of an event flag.
Definition: cevent.cpp:58
FSW_STATUS fsw_get_event_flag_by_name(const char *name, enum fsw_event_flag *flag)
Get event flag by name.
Definition: cevent.cpp:44
struct fsw_cevent fsw_cevent
fsw_event_flag
Backend-agnostic change flags.
Definition: cevent.h:64
@ Renamed
Definition: cevent.h:70
@ MovedTo
Definition: cevent.h:74
@ Removed
Definition: cevent.h:69
@ Updated
Definition: cevent.h:68
@ Overflow
Definition: cevent.h:79
@ IsSymLink
Definition: cevent.h:77
@ OwnerModified
Definition: cevent.h:71
@ MovedFrom
Definition: cevent.h:73
@ IsDir
Definition: cevent.h:76
@ AttributeModified
Definition: cevent.h:72
@ Created
Definition: cevent.h:67
@ PlatformSpecific
Definition: cevent.h:66
@ IsFile
Definition: cevent.h:75
@ NoOp
Definition: cevent.h:65
@ Link
Definition: cevent.h:78
void(* FSW_CEVENT_CALLBACK)(fsw_cevent const *const events, const unsigned int event_num, void *data)
Definition: cevent.h:136
Header of the libfswatch library containing common types.
int FSW_STATUS
Status of a library call.
Definition: libfswatch_types.h:49