Description

Wraps the data about a monitor event on a file.

Fields

  • trigger - The cause of the event.
  • source - The original monitored path.

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;