opening access token with js

This commit is contained in:
Jeena Paradies 2011-09-19 18:45:56 +02:00
parent 4d49024d62
commit 61b195eebb
3 changed files with 55 additions and 1 deletions

View file

@ -41,6 +41,7 @@
- (NSString *)pluginURL;
- (void)handleGetURLEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEventDescriptor *)replyEvent;
- (void)unreadMentions:(NSInteger)count;
- (void)openURL:(NSString *)url;
OSStatus handler(EventHandlerCallRef nextHandler, EventRef theEvent, void* userData);