summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewGenerator.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-09-19 07:32:35 +0000
committerritsuka <[email protected]>2014-09-19 07:32:35 +0000
commit3923d87e8387902f7d7d0014ff272d769e510ceb (patch)
tree1219d5325acae969b3000b380415cd1a6dee19a8 /macosx/HBPreviewGenerator.h
parentd1fdbb2b1d62cf2b667169f2dd7444d9d5ea791d (diff)
MacGui: when a live preview is cancelled, wait for libhb to end its work before reverting back the hud.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6418 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewGenerator.h')
-rw-r--r--macosx/HBPreviewGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBPreviewGenerator.h b/macosx/HBPreviewGenerator.h
index 438d078aa..72e3b5153 100644
--- a/macosx/HBPreviewGenerator.h
+++ b/macosx/HBPreviewGenerator.h
@@ -10,6 +10,8 @@
@protocol HBPreviewGeneratorDelegate <NSObject>
- (void) didCreateMovieAtURL: (NSURL *) fileURL;
+- (void) didCancelMovieCreation;
+
- (void) updateProgress: (double) progress info: (NSString *) progressInfo;
@end