diff options
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 2fb4aef2..8742607d 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -46,6 +46,7 @@ NSMutableDictionary *bundleItems; NSMutableDictionary *bundleCategories; + NSMutableDictionary *bundleTriggers; NSMutableArray *bundleUsedScopes; NSMutableDictionary *bundleKeyEquivalents; NSMutableDictionary *installedBundleUUIDs; @@ -96,6 +97,7 @@ - (NSString *)contentOfFile:(NSString *)aPath; - (NSArray *)bundleCategoriesForScope:(NSString*)scope; - (NSArray *)bundleItemsForScope:(NSString*)scope; +- (NSArray *)bundleCommandsForTrigger:(NSString*)trigger; - (NSDictionary *)bundleKeyEquivalentsForScope:(NSString*)scope; - (void)registerActivity:(NSDictionary*)commandDict; - (void)removeRegisteredActivity:(NSInteger)pid; |