diff options
author | ritsuka <damiog@gmail.com> | 2015-02-20 07:59:38 +0000 |
---|---|---|
committer | ritsuka <damiog@gmail.com> | 2015-02-20 07:59:38 +0000 |
commit | 214fed29cdc153d4c0581bc0516b258a108cef22 (patch) | |
tree | 105b8454670e28f33a721a4d0b328dc2565a2446 /macosx/HBUtilities.h | |
parent | fea0f7fa7473a10e56d6da95f47e03ba44ad2c35 (diff) |
MacGui: refactor the stderr/stdout redirect code to be more modular.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6927 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBUtilities.h')
-rw-r--r-- | macosx/HBUtilities.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/HBUtilities.h b/macosx/HBUtilities.h index 754e872ab..2e073d17a 100644 --- a/macosx/HBUtilities.h +++ b/macosx/HBUtilities.h @@ -9,6 +9,11 @@ @interface HBUtilities : NSObject /** + * Returns a formatted string that contains the application version. + */ ++ (NSString *)handBrakeVersion; + +/** * Returns the path of the current <user>/Library/Application Support/HandBrake folder. */ + (NSString *)appSupportPath; |