Table of Contents

Description

Wraps the data about a monitor event on a file.

Fields

Signature

struct Eio.Sentry.Event {
    trigger: string;
    source: string;
}

C signature

typedef struct _Eio_Sentry_Event {
    const char *trigger;
    const char *source;
} Eio_Sentry_Event;