diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-21 20:24:55 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-21 20:24:55 +0000 |
| commit | 0a350e09575dda4ad7c5bb21c5fe5edc659f1d59 (patch) | |
| tree | 42182554528e73672a4a16a59504babd367e3be9 /macosx/Source/PcsxrPlugin.h | |
| parent | 50630078a5b4891fe0b50a6cadb7514bfc8d4f11 (diff) | |
| download | pcsxr-0a350e09575dda4ad7c5bb21c5fe5edc659f1d59.tar.gz | |
OS X: Modernize the Cocoa code using Xcode 6.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91019 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Source/PcsxrPlugin.h')
| -rw-r--r-- | macosx/Source/PcsxrPlugin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/Source/PcsxrPlugin.h b/macosx/Source/PcsxrPlugin.h index f2a0f854..14d6bca1 100644 --- a/macosx/Source/PcsxrPlugin.h +++ b/macosx/Source/PcsxrPlugin.h @@ -18,15 +18,15 @@ + (char **)configEntriesForType:(int)type; + (NSArray *)pluginsPaths; -- (id)initWithPath:(NSString *)aPath; +- (instancetype)initWithPath:(NSString *)aPath NS_DESIGNATED_INITIALIZER; -- (NSString *)displayVersion; +@property (readonly, copy) NSString *displayVersion; - (BOOL)hasAboutAs:(int)type; - (BOOL)hasConfigureAs:(int)type; - (long)runAs:(int)aType; - (long)shutdownAs:(int)aType; - (void)aboutAs:(int)type; - (void)configureAs:(int)type; -- (BOOL)verifyOK; +@property (readonly) BOOL verifyOK; @end |
