Sha256: 27ceac6884e242f95c2f890c4559bad77436796d5027e3f98107e8030d13c5a9
Contents?: true
Size: 528 Bytes
Versions: 3
Compression:
Stored size: 528 Bytes
Contents
#include <ruby/ruby.h> #import <Skype/Skype.h> @interface AppDelegate : NSObject <NSApplicationDelegate, SkypeAPIDelegate> { } @property (nonatomic) VALUE rb_instance; - (NSString *)clientApplicationName; - (void)skypeNotificationReceived:(NSString *)aNotificationString; - (void)skypeAttachResponse:(unsigned)aAttachResponseCode; - (void)skypeBecameAvailable:(NSNotification *)aNotification; - (void)skypeBecameUnavailable:(NSNotification *)aNotification; - (void)onTimeout:(NSTimer *) timer; @end VALUE createInstance();
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mac-skype-0.0.3-x86_64-darwin-13 | ext/skype_api/skype_api.h |
mac-skype-0.0.2-x86_64-darwin-11 | ext/skype_api/skype_api.h |
mac-skype-0.0.1-x86_64-darwin-11 | ext/skype_api/skype_api.h |