Sha256: 81c07f9f8ed7a1e050f895d27b26ef974663fce9523e0323ec7daef3b81a59fc
Contents?: true
Size: 220 Bytes
Versions: 2
Compression:
Stored size: 220 Bytes
Contents
#include <ruby.h> #import <AppKit/AppKit.h> @interface EventMonitorAppDelegate : NSObject <NSApplicationDelegate> { id eventMonitor; } -(void)onTimeout:(NSTimer *) timer; @property (assign) VALUE rb_monitor; @end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mac-event-monitor-0.0.3 | ext/event_monitor/event_monitor.h |
mac-event-monitor-0.0.2 | ext/event_monitor/event_monitor.h |