Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
dart::bin::FileSystemWatcher::Event Struct Reference

#include <file_system_watcher.h>

Public Attributes

intptr_t path_id
 
int event
 
const char * filename
 
int link
 

Detailed Description

Definition at line 32 of file file_system_watcher.h.

Member Data Documentation

◆ event

int dart::bin::FileSystemWatcher::Event::event

Definition at line 34 of file file_system_watcher.h.

◆ filename

const char* dart::bin::FileSystemWatcher::Event::filename

Definition at line 35 of file file_system_watcher.h.

◆ link

int dart::bin::FileSystemWatcher::Event::link

Definition at line 36 of file file_system_watcher.h.

◆ path_id

intptr_t dart::bin::FileSystemWatcher::Event::path_id

Definition at line 33 of file file_system_watcher.h.


The documentation for this struct was generated from the following file: