28 # define FSW__CEVENT_H
119 unsigned int flags_num;
135 const unsigned int event_num,
int FSW_STATUS
Status of a library call.
Definition: libfswatch_types.h:44
fsw_event_flag
Backend-agnostic change flags.
Definition: cevent.h:63
struct fsw_cevent fsw_cevent
void(* FSW_CEVENT_CALLBACK)(fsw_cevent const *const events, const unsigned int event_num, void *data)
Definition: cevent.h:134
Header of the libfswatch library containing common types.
char * fsw_get_event_flag_name(const enum fsw_event_flag flag)
Get the name of an event flag.
Definition: cevent.cpp:43
FSW_STATUS fsw_get_event_flag_by_name(const char *name, enum fsw_event_flag *flag)
Get event flag by name.
Definition: cevent.cpp:29