diff options
Diffstat (limited to 'macosx/HBUtilities.h')
-rw-r--r-- | macosx/HBUtilities.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/macosx/HBUtilities.h b/macosx/HBUtilities.h index d1fc9888d..f3f39501b 100644 --- a/macosx/HBUtilities.h +++ b/macosx/HBUtilities.h @@ -9,7 +9,20 @@ @interface HBUtilities : NSObject /** - * Genetares a file name automatically based on the inputs, + * Returns the path of the current <user>/Library/Application Support/HandBrake folder. + */ ++ (NSString *)appSupportPath; + +/** + * Writes a message to standard error. + * The message will show up in the output panel and in the activity log. + * + * @param format a standard c format string with varargs. + */ ++ (void)writeToActivityLog:(const char *)format, ...; + +/** + * Generates a file name automatically based on the inputs, * it can be configured with NSUserDefaults. * * @param sourceName the name of the source file |