diff options
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index d96af12f..2fb4aef2 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -50,7 +50,7 @@ NSMutableDictionary *bundleKeyEquivalents; NSMutableDictionary *installedBundleUUIDs; - NSMutableArray *runningBASHprocesses; + NSMutableArray *runningActivitiesArray; } @@ -97,9 +97,9 @@ - (NSArray *)bundleCategoriesForScope:(NSString*)scope; - (NSArray *)bundleItemsForScope:(NSString*)scope; - (NSDictionary *)bundleKeyEquivalentsForScope:(NSString*)scope; -- (void)registerBASHCommand:(NSDictionary*)commandDict; -- (void)unRegisterBASHCommand:(NSInteger)pid; -- (NSArray*)runningBASHProcesses; +- (void)registerActivity:(NSDictionary*)commandDict; +- (void)removeRegisteredActivity:(NSInteger)pid; +- (NSArray*)runningActivities; - (void)handleEventWithURL:(NSURL*)url; |