Sha256: 6b46412bb6673729eb942ba8ad81022cb2c66308587738ef75e26497e692ecc0

Contents?: true

Size: 1.02 KB

Versions: 49

Compression:

Stored size: 1.02 KB

Contents

#ifndef WDM_RB_MONITOR_H
#define WDM_RB_MONITOR_H

#ifdef __cplusplus
extern "C" {
#endif // __cplusplus

// ---------------------------------------------------------
// Constants
// ---------------------------------------------------------

#define WDM_MONITOR_FLAGS_DEFAULT       \
    FILE_NOTIFY_CHANGE_FILE_NAME        \
        | FILE_NOTIFY_CHANGE_DIR_NAME   \
        | FILE_NOTIFY_CHANGE_LAST_WRITE

// ----------------------------------------------------------
// Global variables
// ----------------------------------------------------------

extern VALUE cWDM_Monitor;

extern VALUE eWDM_UnknownFlagError;
extern VALUE eWDM_MonitorRunningError;
extern VALUE eWDM_InvalidDirectoryError;
extern VALUE eWDM_UnwatchableDirectoryError;

// ---------------------------------------------------------
// Prototypes
// ---------------------------------------------------------

void wdm_rb_monitor_init();

// ---------------------------------------------------------

#ifdef __cplusplus
}
#endif // __cplusplus

#endif // WDM_RB_MONITOR_H

Version data entries

49 entries across 41 versions & 5 rubygems

Version Path
vagrant-unbundled-2.2.2.0 vendor/bundle/ruby/2.5.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-2.2.0.0 vendor/bundle/ruby/2.5.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-2.1.4.0 vendor/bundle/ruby/2.5.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-2.1.2.0 vendor/bundle/ruby/2.3.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-2.1.1.0 vendor/bundle/ruby/2.5.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-2.0.4.0 vendor/bundle/ruby/2.5.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-2.0.3.0 vendor/bundle/ruby/2.5.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.5.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.4.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-2.0.1.0 vendor/bundle/ruby/2.4.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-2.0.0.1 vendor/bundle/ruby/2.4.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-1.9.8.1 vendor/bundle/ruby/2.4.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-1.9.7.1 vendor/bundle/ruby/2.4.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/gems/wdm-0.1.1/ext/wdm/rb_monitor.h