aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcutMonitor.h
diff options
context:
space:
mode:
authorTomáš Znamenáček2015-01-16 11:38:43 +0100
committerTomáš Znamenáček2015-01-16 11:38:43 +0100
commit66fd9b8e4117069d2c58563d668577f5af0dae87 (patch)
tree3a816319fad68295dd9f10eb48ab7871eb383d56 /Framework/MASShortcutMonitor.h
parent1baa2bae9d63093d64239992dc702b10d149b7c5 (diff)
parent27eace979e202116e44db3dc6acc9a8427ecaa0a (diff)
downloadMASShortcut-66fd9b8e4117069d2c58563d668577f5af0dae87.tar.bz2
Merge pull request #57 from shpakovski/legacy-osx-support
Legacy OS X support down to 10.6 included (fixes #56).
Diffstat (limited to 'Framework/MASShortcutMonitor.h')
-rw-r--r--Framework/MASShortcutMonitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Framework/MASShortcutMonitor.h b/Framework/MASShortcutMonitor.h
index 69affc1..a1aaaa8 100644
--- a/Framework/MASShortcutMonitor.h
+++ b/Framework/MASShortcutMonitor.h
@@ -18,7 +18,7 @@
Attempting to insert an already registered shortcut probably won’t work.
It may burn your house or cut your fingers. You have been warned.
*/
-- (void) registerShortcut: (MASShortcut*) shortcut withAction: (dispatch_block_t) action;
+- (BOOL) registerShortcut: (MASShortcut*) shortcut withAction: (dispatch_block_t) action;
- (BOOL) isShortcutRegistered: (MASShortcut*) shortcut;
- (void) unregisterShortcut: (MASShortcut*) shortcut;